summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc5f669..17a64d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME=fapi
-all: version documentation build
+all: version build documentation
build:
test ! -d bin && mkdir bin || exit 0
cp -p ./src/$(NAME) bin/$(NAME)
@@ -29,6 +29,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 > ./docs/synopsis.txt
# Build a debian package (don't sign it, modify the arguments if you want to sign it)
deb: all
dpkg-buildpackage