summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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