summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPetr Písař <ppisar@redhat.com>2013-04-09 14:20:40 +0200
committerMarco d'Itri <md@linux.it>2013-04-10 17:25:05 +0200
commit3f0c3d443652677e17cade066e4521b910a27c76 (patch)
treee42969786b1fa708a13b4daf04f1d408f4de0a52 /Makefile
parentc5fb072b2b566883b5e045b6e180db233504ae75 (diff)
downloadwhois-3f0c3d443652677e17cade066e4521b910a27c76.tar.gz
Add whois.conf(5) manual page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e97ace..1f84e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -93,8 +93,10 @@ install: install-whois install-mkpasswd install-pos
install-whois: whois
$(INSTALL) -d $(BASEDIR)$(prefix)/bin/
$(INSTALL) -d $(BASEDIR)$(prefix)/share/man/man1/
+ $(INSTALL) -d $(BASEDIR)$(prefix)/share/man/man5/
$(INSTALL) -m 0755 whois $(BASEDIR)$(prefix)/bin/
$(INSTALL) -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
+ $(INSTALL) -m 0644 whois.conf.5 $(BASEDIR)$(prefix)/share/man/man5/
install-mkpasswd: mkpasswd
$(INSTALL) -d $(BASEDIR)$(prefix)/bin/