summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:40:12 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:40:12 +0200
commit55179a57b5537e96b46e43060f59f3c0f5c37aee (patch)
tree58251a50a9c446025097ff51591919dfbd711f92 /Makefile
parent1537df671f2a416f85b0eeee4fcc83f800fa007b (diff)
New release0.7.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23baa85..e5aa926 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,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
install:
test ! -d $(DESTDIR)/usr/bin && mkdir -p $(DESTDIR)/usr/bin || exit 0
test ! -d $(DESTDIR)/usr/share/$(NAME) && mkdir -p $(DESTDIR)/usr/share/$(NAME) || exit 0