cleanups
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
7d749540d8
commit
b7fdfb12e6
2 changed files with 2 additions and 3 deletions
|
@ -214,5 +214,3 @@ if __name__ == "__main__":
|
|||
sys.exit(0)
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
|
|
3
build
3
build
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue