From cfe97123dd04b95bd5f9add67dc34f046d0de208 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Thu, 10 Apr 2014 07:39:17 +0200 Subject: If you learn one useless thing every day, in a single year you'll learn 365 useless things. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8394f8c..6d1e038 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,7 @@ version: documentation: pod2man --release="$(NAME) $$(cat .version)" \ --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 - pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt - cp ./docs/$(NAME).txt README.txt + pod2text ./docs/$(NAME).pod | tee ./docs/$(NAME).txt > README.txt # Build a debian package (don't sign it, modify the arguments if you want to sign it) deb: all -- cgit v1.2.3