]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2561. [doc] Add isc-config.sh(1) man page. [RT #16378]
authorJeremy Reed <jreed@isc.org>
Fri, 20 Feb 2009 22:37:03 +0000 (22:37 +0000)
committerJeremy Reed <jreed@isc.org>
Fri, 20 Feb 2009 22:37:03 +0000 (22:37 +0000)
CHANGES
Makefile.in
isc-config.sh.1
isc-config.sh.docbook
isc-config.sh.html

diff --git a/CHANGES b/CHANGES
index 93905bae887acc542f20dfa108037a843e4f466d..258ec98c1d6f5381d83764fdcb24642cd6104028 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2561.  [doc]           Add isc-config.sh(1) man page. [RT #16378]
+
 2560.  [bug]           Add #include <config.h> to iptable.c. [RT #18258]
 
 2559.  [bug]           dnssec-dsfromkey could compute bad DS records when
index cfdfb0019c279b34b2e6d2948da925dba93ea4db..29483022515b9201acbc1d2336f2ecfca619eff6 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.52 2008/09/25 04:02:38 tbox Exp $
+# $Id: Makefile.in,v 1.52.48.1 2009/02/20 22:37:03 jreed Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -24,6 +24,12 @@ top_srcdir = @top_srcdir@
 SUBDIRS =      make lib bin doc
 TARGETS =
 
+MANPAGES =     isc-config.sh.1
+HTMLPAGES =    isc-config.sh.html
+MANOBJS =      ${MANPAGES} ${HTMLPAGES}
+
 @BIND9_MAKE_RULES@
 
 distclean::
@@ -36,12 +42,19 @@ distclean::
 maintainer-clean::
        rm -f configure
 
+docclean manclean maintainer-clean::
+       rm -f ${MANOBJS}
+
+doc man:: ${MANOBJS}
+
 installdirs:
        $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} \
        ${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir}
+       $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
 
 install:: isc-config.sh installdirs
        ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
+       ${INSTALL_DATA} ${srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1
 
 tags:
        rm -f TAGS
index b3e4557b3b461a6dd85caa181468c1bb8d98278d..f852bb0ff8774cd456b9479e687b7c6c24fb5443 100644 (file)
@@ -12,7 +12,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: isc-config.sh.1,v 1.1 2009/02/20 22:24:49 jreed Exp $
+.\" $Id: isc-config.sh.1,v 1.1.2.1 2009/02/20 22:37:03 jreed Exp $
 .\"
 .hy 0
 .ad l
index 4a06c1706ff1c1c0c14cce7d940df1e9f8a48d46..7020275dc90e6ca7727be14d079676e01c45631e 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
  -
  - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: isc-config.sh.docbook,v 1.2 2009/02/18 23:47:48 tbox Exp $ -->
+<!-- $Id: isc-config.sh.docbook,v 1.2.6.1 2009/02/20 22:37:03 jreed Exp $ -->
 <refentry id="man.isc-config.sh">
   <refentryinfo>
     <date>December 19, 2008</date>
@@ -31,7 +31,7 @@
 
   <docinfo>
     <copyright>
-      <year>2009</year>
+      <year>2008</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index dc95f41eb61895024898d6b70def9b992834199d..d69c5e27ecddcc41de2e02e8ec035043dc138ec9 100644 (file)
@@ -13,7 +13,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: isc-config.sh.html,v 1.1 2009/02/20 22:24:49 jreed Exp $ -->
+<!-- $Id: isc-config.sh.html,v 1.1.2.1 2009/02/20 22:37:03 jreed Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">