diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-24 08:58:48 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-24 08:58:48 +0200 |
| commit | 706fcc4bd109d06bc6e95fa97e45e03d6960850a (patch) | |
| tree | 158d7b1015b079a3d50942d56998c9736729b3e9 /Makefile | |
| parent | 806b8a9467361f0aeac047046a112306d12ec519 (diff) | |
add synopsis.txt to be included via webpage0.0.9
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
