From: Jeremy Reed Date: Fri, 20 Feb 2009 22:37:03 +0000 (+0000) Subject: 2561. [doc] Add isc-config.sh(1) man page. [RT #16378] X-Git-Tag: v9.6.1b1~35 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=143b2be8af014cda1052eb762ff097a66cf04cf3;p=thirdparty%2Fbind9.git 2561. [doc] Add isc-config.sh(1) man page. [RT #16378] --- diff --git a/CHANGES b/CHANGES index 93905bae887..258ec98c1d6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2561. [doc] Add isc-config.sh(1) man page. [RT #16378] + 2560. [bug] Add #include to iptable.c. [RT #18258] 2559. [bug] dnssec-dsfromkey could compute bad DS records when diff --git a/Makefile.in b/Makefile.in index cfdfb0019c2..29483022515 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/isc-config.sh.1 b/isc-config.sh.1 index b3e4557b3b4..f852bb0ff87 100644 --- a/isc-config.sh.1 +++ b/isc-config.sh.1 @@ -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 diff --git a/isc-config.sh.docbook b/isc-config.sh.docbook index 4a06c1706ff..7020275dc90 100644 --- a/isc-config.sh.docbook +++ b/isc-config.sh.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + December 19, 2008 @@ -31,7 +31,7 @@ - 2009 + 2008 Internet Systems Consortium, Inc. ("ISC") diff --git a/isc-config.sh.html b/isc-config.sh.html index dc95f41eb61..d69c5e27ecd 100644 --- a/isc-config.sh.html +++ b/isc-config.sh.html @@ -13,7 +13,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - +