diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-16 19:25:24 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-16 19:25:24 +0200 |
| commit | ca3cc055141608890cf29a60aaa1a15eb19037e6 (patch) | |
| tree | 348c296bb4746e70a984aa5cec1e3a8a3bdcb198 /Makefile | |
| parent | bd872471737964416061c8d061b21bd93e6a0635 (diff) | |
| parent | 2fd8de973452707d3e1d2d7ea5228e8914ca0d03 (diff) | |
Merge branch 'master' into develop
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
