]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
354. [doc] Man pages for the dnssec tools are now included in
authorAndreas Gustafsson <source@isc.org>
Thu, 27 Jul 2000 01:48:49 +0000 (01:48 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 27 Jul 2000 01:48:49 +0000 (01:48 +0000)
                        the distribution, in doc/man/dnssec.

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index d39e39f0e7ce09bf3d4f022d36fb6116e7b9cb5a..b2e08d6e26b0c4abfbbb709ce9ff5b960a74eeab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+
+ 354.  [doc]           Man pages for the dnssec tools are now included in
+                       the distribution, in doc/man/dnssec.
+
  353.  [bug]           double increment in lwres/gethost.c:copytobuf().
                        (RT# 187)
 
index 4abd7cde46532bcbabb41e207e531218470a90a0..e87e9a8c124d02eaf1e9d063d112293d9b7f2e26 100644 (file)
@@ -13,7 +13,7 @@
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 # SOFTWARE.
 
-# $Id: Makefile.in,v 1.21.2.5 2000/07/20 01:20:00 bwelling Exp $
+# $Id: Makefile.in,v 1.21.2.6 2000/07/27 01:48:49 gson Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -30,7 +30,7 @@ DISTFILES =   CHANGES COPYRIGHT Makefile.in README \
                lib make contrib \
                version
 DOCDISTFILES = arm draft misc rfc
-DOCMANDISTFILES = bin
+DOCMANDISTFILES = bin dnssec
 BINDISTFILES = Makefile.in dig dnssec named nsupdate rndc tests
 
 @BIND9_MAKE_RULES@