From 4603689886c353d6ab3e26f9a42e7e4398a7febf Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Wed, 16 Apr 2014 08:02:07 +0200 Subject: use pod here --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3