aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-11-14 19:46:54 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commit11a1e58f11dfef67d01aebf89232f93f12207bc0 (patch)
tree632f3ec1886649b60dd913e39391fba2817536b0
parent67da9fb0216e7c9a412e400e543f9474a69e634d (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