[svn] commit: r1564 - in /trunk/doc: guide/ guide/Makefile guide/STYLEGUIDE guide/bind10-guide.css guide/bind10-guide.xml guide/userguide.css guide/userguide.xml userguide/

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 19 00:41:56 UTC 2010


Author: jreed
Date: Fri Mar 19 00:41:56 2010
New Revision: 1564

Log:
Rename to generic name

Added:
    trunk/doc/guide/
      - copied from r1563, trunk/doc/userguide/
    trunk/doc/guide/bind10-guide.css
      - copied unchanged from r1563, trunk/doc/userguide/userguide.css
    trunk/doc/guide/bind10-guide.xml
      - copied, changed from r1563, trunk/doc/userguide/userguide.xml
Removed:
    trunk/doc/guide/userguide.css
    trunk/doc/guide/userguide.xml
    trunk/doc/userguide/
Modified:
    trunk/doc/guide/Makefile
    trunk/doc/guide/STYLEGUIDE

Modified: trunk/doc/guide/Makefile
==============================================================================
--- trunk/doc/guide/Makefile (original)
+++ trunk/doc/guide/Makefile Fri Mar 19 00:41:56 2010
@@ -2,12 +2,12 @@
 # Quick and dirty makefile
 #
 
-userguide.html: userguide.xml
+bind10-guide.html: bind10-guide.xml
 	xsltproc --novalid --xinclude --nonet \
-		-o userguide.html \
-		--stringparam html.stylesheet userguide.css \
+		-o bind10-guide.html \
+		--stringparam html.stylesheet bind10-guide.css \
 		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
-		userguide.xml
+		bind10-guide.xml
 
 clean:
-	rm -f userguide.html
+	rm -f bind10-guide.html

Modified: trunk/doc/guide/STYLEGUIDE
==============================================================================
--- trunk/doc/guide/STYLEGUIDE (original)
+++ trunk/doc/guide/STYLEGUIDE Fri Mar 19 00:41:56 2010
@@ -1,5 +1,5 @@
 This document will cover rules and suggestions for writing
-and editing the BIND 10 users guide.
+and editing the BIND 10 guide.
 
 Use alphabetical order for options and configuration syntax
 sorting unless you have a specific reason not to.




More information about the bind10-changes mailing list