summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-24 08:58:48 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-24 08:58:48 +0200
commit706fcc4bd109d06bc6e95fa97e45e03d6960850a (patch)
tree158d7b1015b079a3d50942d56998c9736729b3e9 /Makefile
parent806b8a9467361f0aeac047046a112306d12ec519 (diff)
add synopsis.txt to be included via webpage0.0.9
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