Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-10-18 22:40:29 +02:00
parent 7d749540d8
commit b7fdfb12e6
2 changed files with 2 additions and 3 deletions

View File

@ -214,5 +214,3 @@ if __name__ == "__main__":
sys.exit(0)
sys.exit(0)

3
build
View File

@ -144,8 +144,9 @@ case "$1" in
echo ''
echo 'Here are the possible targets:'
echo ''
echo ' man: Build manpages (requires Asciidoc)'
echo ' clean: Remove build stuff'
echo ' man: Build manpages (requires Asciidoc)'
echo ' test: Run tests'
echo ''
echo ''
echo "Unknown target, \"$1\"" >&2