summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-25 09:33:05 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-25 09:33:05 +0200
commit2d97917bd0b40e6c17d6ddbedb631d3f72a6d48f (patch)
treeb5ea728423d3cae2aed4e9088b3bc9ce11829587 /Makefile
parent66b421af3e4c407806efd728d089a61fc3a77d96 (diff)
minor docu fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8be7c4..1a5c360 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ documentation:
pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt
cp ./docs/$(NAME).pod README.pod
./bin/fapi -d -h -n > ./docs/synopsis.txt
- ./bin/fapi -d -h -n -E > ./docs/extended-synopsis.txt
+ ./bin/fapi -d -n -E > ./docs/extended-synopsis.txt || exit 0
# Build a debian package
deb: all
dpkg-buildpackage # -us -uc