diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-16 08:02:07 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-16 08:02:07 +0200 |
| commit | 4603689886c353d6ab3e26f9a42e7e4398a7febf (patch) | |
| tree | 4f8c1a39f22302b69fb2bf3a71cc1ddd932d5fcf /Makefile | |
| parent | 858eedaca518dd5d87e7f88531d69afc2b72b86c (diff) | |
use pod here
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,7 +27,8 @@ documentation: # To be replaced with sphynx instead of pod pod2man --release="$(NAME) $$(cat .version)" \ --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 - pod2text ./docs/$(NAME).pod | tee ./docs/$(NAME).txt > README.txt + pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt + cp ./docs/$(NAME).pod README.pod # Build a debian package (don't sign it, modify the arguments if you want to sign it) deb: all dpkg-buildpackage |
