summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:38:03 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:38:03 +0200
commit66b6941a753d4787ed1d55f3c389bb50e96e92c4 (patch)
treeeaf983453197f23cc145797357dfbaa97fa4318d
parent840aa7f49a3a78003bc1146b6effb5d2f8807b07 (diff)
add README.pod for github0.4.4
-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: