summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:35:17 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:35:17 +0200
commit920dbc32082169fbcdf8f64ba89e64cef97745dd (patch)
tree1029b463deaa997c494a6d0765874edec5acc34e /Makefile
parent481244551b413ca2be2792ff1b393dd5b945de6b (diff)
New release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ae0624..17f41c6 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,9 @@ documentation:
pod2man --release="$(NAME) $$(cat .version)" \
--center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1
# Also write README.txt for Github.
- pod2text ./docs/$(NAME).pod | tee ./docs/$(NAME).txt > README.txt
+ pod2text ./docs/$(NAME).pod >./docs/$(NAME).txt
+ # For github page
+ 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