Parcourir la source

Rename to generic name

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1564 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed il y a 15 ans
Parent
commit
374f50637f

+ 13 - 0
doc/guide/Makefile

@@ -0,0 +1,13 @@
+#
+# Quick and dirty makefile
+#
+
+bind10-guide.html: bind10-guide.xml
+	xsltproc --novalid --xinclude --nonet \
+		-o bind10-guide.html \
+		--stringparam html.stylesheet bind10-guide.css \
+		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
+		bind10-guide.xml
+
+clean:
+	rm -f bind10-guide.html

+ 1 - 1
doc/userguide/STYLEGUIDE

@@ -1,5 +1,5 @@
 This document will cover rules and suggestions for writing
 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
 Use alphabetical order for options and configuration syntax
 sorting unless you have a specific reason not to.
 sorting unless you have a specific reason not to.

doc/userguide/userguide.css → doc/guide/bind10-guide.css


+ 4 - 4
doc/userguide/userguide.xml

@@ -4,10 +4,10 @@
 <!ENTITY mdash  "&#x2014;" >
 <!ENTITY mdash  "&#x2014;" >
 ]>
 ]>
 <book>
 <book>
-  <?xml-stylesheet href="userguide.css" type="text/css"?>
+  <?xml-stylesheet href="bind10-guide.css" type="text/css"?>
 
 
   <bookinfo>
   <bookinfo>
-    <title>BIND 10 User Guide</title>
+    <title>BIND 10 Guide</title>
     <subtitle>Administrator Reference for BIND 10</subtitle>
     <subtitle>Administrator Reference for BIND 10</subtitle>
 
 
     <copyright>
     <copyright>
@@ -194,7 +194,7 @@
     </section>
     </section>
 
 
     <para>
     <para>
-      The tools and modules are covered in full detail in this users guide.
+      The tools and modules are covered in full detail in this guide.
 <!-- TODO point to these -->
 <!-- TODO point to these -->
       In addition, manual pages are also provided in the default installation.
       In addition, manual pages are also provided in the default installation.
     </para>
     </para>
@@ -279,7 +279,7 @@ var/
           This quickly covers the standard steps for installing
           This quickly covers the standard steps for installing
           and deploying BIND 10 as an authoritative name server using
           and deploying BIND 10 as an authoritative name server using
           its defaults. For troubleshooting, full customizations and further
           its defaults. For troubleshooting, full customizations and further
-          details, see the respective chapters in the BIND 10 user guide.
+          details, see the respective chapters in the BIND 10 guide.
         </simpara>
         </simpara>
       </note>
       </note>
 
 

+ 0 - 13
doc/userguide/Makefile

@@ -1,13 +0,0 @@
-#
-# Quick and dirty makefile
-#
-
-userguide.html: userguide.xml
-	xsltproc --novalid --xinclude --nonet \
-		-o userguide.html \
-		--stringparam html.stylesheet userguide.css \
-		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
-		userguide.xml
-
-clean:
-	rm -f userguide.html