mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 13:23:55 -07:00
Support Cabal 3. Man page no longer autobuilds.
This commit is contained in:
parent
874bdcb514
commit
2c026f1ec7
4 changed files with 9 additions and 47 deletions
4
manpage
Executable file
4
manpage
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue