summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b91571..958d056 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,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 page
+ cp ./docs/$(NAME).pod README.pod
deb: all
dpkg-buildpackage
dch: