Tweaked man page format

This commit is contained in:
Vidar Holen
2013-12-15 19:40:05 -08:00
parent d540a98d33
commit 78d9a7ad97
2 changed files with 46 additions and 46 deletions

View File

@@ -17,7 +17,8 @@ shellcheck.1: shellcheck.1.md
pandoc -s -t man $< -o $@
clean:
rm -f .tests shellcheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
rm -f .tests shellcheck shellcheck.1
rm -f *.hi *.o ShellCheck/*.hi ShellCheck/*.o
rm -rf dist
regardless: