Added a shellcheck(1) man page

The manual is mainly a copy/paste from the current documentation. It is
builded with pandoc, and written in markdown.

closes #50
This commit is contained in:
Dridi Boukelmoune
2013-12-16 00:01:09 +01:00
parent 7be8485b8b
commit 91fc4a046c
3 changed files with 96 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
GHCFLAGS=-O9
all: shellcheck .tests
all: shellcheck .tests shellcheck.1
: Done
shellcheck: regardless
@@ -13,6 +13,9 @@ shellcheck: regardless
: Running unit tests
./test/runQuack && touch .tests
shellcheck.1: shellcheck.1.md
pandoc -s -t man $< -o $@
clean:
rm -f .tests shellcheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
rm -rf dist