summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2015-01-02 14:02:50 +0100
committerPaul Buetow <paul@buetow.org>2015-01-02 14:02:50 +0100
commitf3d09d27dbe578a9686dd3c2711938d45ef53670 (patch)
tree9d8330da3d799f00d5d6c7dd065e77a0bdf6fc06 /Makefile
parente29685bb5ce76c609419dd760b225569437c9a81 (diff)
add README.pod
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c3dd66..d932280 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ documentation:
--center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1
pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt
gzip -c ./docs/$(NAME).1 > ./docs/$(NAME).1.gz
+ cp ./docs/$(NAME).pod ./README.pod
install: deinstall
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