mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 08:57:28 +08:00
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:
5
Makefile
5
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user