summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dee5df6..0bc6d71 100644
--- a/Makefile
+++ b/Makefile
@@ -28,10 +28,10 @@ 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 -d > ./docs/synopsis.txt
-# Build a debian package (don't sign it, modify the arguments if you want to sign it)
+ ./bin/fapi -h -n > ./docs/synopsis.txt
+# Build a debian package
deb: all
- dpkg-buildpackage
+ dpkg-buildpackage -us -uc
dch:
dch -i
release: dch deb