summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-29 08:11:47 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-29 08:11:47 +0200
commit56ec0398d58b192c6870a636e91ecede7ce5943c (patch)
tree42226e973f402b90b0639f2902ec0edf7451045d /Makefile
parent288742e561977c8af28365a61a2af2f39fd4dc39 (diff)
rename ./-n to ./-d
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcf76dd..dee5df6 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ documentation:
--center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1
pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt
cp ./docs/$(NAME).pod README.pod
- ./bin/fapi -h -n > ./docs/synopsis.txt
+ ./bin/fapi -h -d > ./docs/synopsis.txt
# Build a debian package (don't sign it, modify the arguments if you want to sign it)
deb: all
dpkg-buildpackage