summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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