summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:30:05 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:30:05 +0200
commit16e255ba87acc54c41d522b7c45d6a25c021d55e (patch)
treec00642054080c01c49b705d679ace2e2df3cb65c /Makefile
parentbf770a68163165aa4eb7b6067d41f18fb7a65b17 (diff)
New release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57b8e75..f8214d8 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,8 @@ documentation:
pod2man --release="$(NAME) $$(cat .version)" \
--center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1
pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt
+ # For Github
+ 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