summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:13:23 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:13:23 +0200
commit6b3174a2c6760a0b42790bc12fd76f6e8ff10077 (patch)
tree84b7254920436e2052630c0d5ebf333d7cf164db /Makefile
parenta89b16ba11ac13eb4b974f1fce6e3ad8366d0201 (diff)
use README.pod instead of README.txt because github can interpred PODs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d1e038..474dc9d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,9 @@ version:
documentation:
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 | 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