diff options
| author | Paul Buetow <paul@buetow.org> | 2015-01-02 14:02:50 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2015-01-02 14:02:50 +0100 |
| commit | f3d09d27dbe578a9686dd3c2711938d45ef53670 (patch) | |
| tree | 9d8330da3d799f00d5d6c7dd065e77a0bdf6fc06 /Makefile | |
| parent | e29685bb5ce76c609419dd760b225569437c9a81 (diff) | |
add README.pod
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
