summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-16 08:02:07 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-16 08:02:07 +0200
commit4603689886c353d6ab3e26f9a42e7e4398a7febf (patch)
tree4f8c1a39f22302b69fb2bf3a71cc1ddd932d5fcf /Makefile
parent858eedaca518dd5d87e7f88531d69afc2b72b86c (diff)
use pod here
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28c5e3f..fc5f669 100644
--- a/Makefile
+++ b/Makefile
@@ -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