Support Cabal 3. Man page no longer autobuilds.

This commit is contained in:
Vidar Holen
2019-11-16 10:44:48 -08:00
parent 874bdcb514
commit 2c026f1ec7
4 changed files with 9 additions and 47 deletions

4
manpage Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo >&2 "Generating man page using pandoc"
pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1 || exit
echo >&2 "Done. You can read it with: man ./shellcheck.1"