From 6b3174a2c6760a0b42790bc12fd76f6e8ff10077 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 22 Jun 2014 11:13:23 +0200 Subject: use README.pod instead of README.txt because github can interpred PODs --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3