BIND 10 master, updated. 5f9a52abbd9f785ab878e71907c8b6dfa587fab1 [master] put the text file generation within ENABLE_MAN conditional

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 14 12:17:39 UTC 2011


The branch, master has been updated
       via  5f9a52abbd9f785ab878e71907c8b6dfa587fab1 (commit)
      from  a6646243196e059b1c137c939787117e78523b57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5f9a52abbd9f785ab878e71907c8b6dfa587fab1
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Fri Oct 14 07:15:25 2011 -0500

    [master] put the text file generation within ENABLE_MAN conditional
    
    The FreeBSD distcheck failed during uninstall time as it attempted to
    regenerate the file. Its dependency was from the same second.
    
    Running make with debugging showed:
    
    Examining bind10-guide.txt...non-existent...modified before source (../../../doc
    /guide/bind10-guide.html)...out-of-date.

-----------------------------------------------------------------------

Summary of changes:
 doc/guide/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/Makefile.am b/doc/guide/Makefile.am
index f7fcddb..239f235 100644
--- a/doc/guide/Makefile.am
+++ b/doc/guide/Makefile.am
@@ -2,11 +2,6 @@ EXTRA_DIST = bind10-guide.css
 EXTRA_DIST += bind10-guide.xml bind10-guide.html bind10-guide.txt
 EXTRA_DIST += bind10-messages.xml bind10-messages.html
 
-HTML2TXT = elinks -dump -no-numbering -no-references
-
-bind10-guide.txt: bind10-guide.html
-	$(HTML2TXT) $(srcdir)/bind10-guide.html > $@
-
 # This is not a "man" manual, but reuse this for now for docbook.
 if ENABLE_MAN
 
@@ -20,6 +15,11 @@ bind10-guide.html: bind10-guide.xml
 		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
 		$(srcdir)/bind10-guide.xml
 
+HTML2TXT = elinks -dump -no-numbering -no-references
+
+bind10-guide.txt: bind10-guide.html
+	$(HTML2TXT) $(srcdir)/bind10-guide.html > $@
+
 bind10-messages.html: bind10-messages.xml
 	xsltproc --novalid --xinclude --nonet \
 		--path $(top_builddir)/doc \




More information about the bind10-changes mailing list