aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-11-14 19:46:54 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-11-14 19:46:54 +0000
commit90587f8dc628b00e5d6e37e355c2e5bdcb436410 (patch)
tree632f3ec1886649b60dd913e39391fba2817536b0
parent517b5241e22aa8becd1e22f79e31bb90d76beb77 (diff)
creates man/man[58] in "make install" (suggested by Masahide NAKAMURA)
-rw-r--r--CHANGES2
-rw-r--r--Makefile.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index a487295..6c3d134 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
2006-11-15 SUZUKI, Shinsuke <suz@kame.net>
* dhcp6s.c: fixed an IA allocation failure from pool when it doubly
requested by the same client. (patch submitted by Hajimu UMEMOTO)
+ * Makefile.in: creates man/man[58] in "make install"
+ (suggested by Masahide NAKAMURA)
2006-11-05 SUZUKI, Shinsuke <suz@kame.net>
* dhcp6s.c: dhcp6s recognizes "-P" option.
diff --git a/Makefile.in b/Makefile.in
index f355163..d3d8288 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,7 +25,7 @@
# SUCH DAMAGE.
#
-# $Id: Makefile.in,v 1.12 2006-11-05 00:03:03 suzsuz Exp $
+# $Id: Makefile.in,v 1.13 2006-11-14 19:46:54 suzsuz Exp $
# $KAME: Makefile.in,v 1.45 2005/10/16 16:25:38 suz Exp $
#
@@ -94,7 +94,7 @@ $(srcdir)/ianaopts.h: gentab.pl bootp-dhcp-parameters
expand bootp-dhcp-parameters | perl gentab.pl > ianaopts.h
install::
- -mkdir -p $(sbindir) $(mandir)
+ -mkdir -p $(sbindir) $(mandir)/man5 $(mandir)/man8
$(INSTALL_PROGRAM) -s -o bin -g bin $(TARGET) $(sbindir)
$(INSTALL_DATA) -o bin -g bin dhcp6c.8 $(mandir)/man8
$(INSTALL_DATA) -o bin -g bin dhcp6s.8 $(mandir)/man8