summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a4902e0..b8be7c4 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,8 @@ 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 -n -E > ./docs/extended-synopsis.txt
+ ./bin/fapi -d -h -n > ./docs/synopsis.txt
+ ./bin/fapi -d -h -n -E > ./docs/extended-synopsis.txt
# Build a debian package
deb: all
dpkg-buildpackage # -us -uc