svn commit: r38844 - head/en_US.ISO8859-1/books/fdp-primer/doc-build

Warren Block wblock at FreeBSD.org
Sun May 20 03:40:38 UTC 2012


Author: wblock
Date: Sun May 20 03:40:37 2012
New Revision: 38844
URL: http://svn.freebsd.org/changeset/doc/38844

Log:
  Fix title capitalization and markup.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml

Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml	Sun May 20 00:50:15 2012	(r38843)
+++ head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml	Sun May 20 03:40:37 2012	(r38844)
@@ -105,7 +105,7 @@
   </sect1>
 
   <sect1 id="doc-build-makefiles">
-    <title>Understanding Makefiles in the Documentation tree</title>
+    <title>Understanding <filename>Makefile</filename>s in the Documentation Tree</title>
 
     <para>There are three main types of <filename>Makefile</filename>s
       in the FreeBSD Documentation Project tree.</para>
@@ -134,7 +134,7 @@
     </itemizedlist>
 
     <sect2 id="sub-make">
-      <title>Subdirectory Makefiles</title>
+      <title>Subdirectory <filename>Makefile</filename>s</title>
 
       <para>These <filename>Makefile</filename>s usually take the form
 	of:</para>
@@ -192,7 +192,7 @@ DOC_PREFIX?= ${.CURDIR}/..
     </sect2>
 
     <sect2 id="doc-make">
-      <title>Documentation Makefiles</title>
+      <title>Documentation <filename>Makefile</filename>s</title>
 
       <para>These <filename>Makefile</filename>s set a bunch of
 	<application>make</application> variables that describe how to
@@ -248,7 +248,7 @@ DOC_PREFIX?= ${.CURDIR}/../../..
   </sect1>
 
   <sect1 id="make-includes">
-    <title>FreeBSD Documentation Project make includes</title>
+    <title>FreeBSD Documentation Project <application>Make</application> Includes</title>
 
     <para>This is best explained by inspection of the code.  Here are
       the system include files:</para>
@@ -279,7 +279,7 @@ DOC_PREFIX?= ${.CURDIR}/../../..
     </itemizedlist>
 
     <sect2>
-      <title>doc.project.mk</title>
+      <title><filename>doc.project.mk</filename></title>
 
       <para>By inspection:</para>
 
@@ -345,7 +345,7 @@ PRI_LANG?=	en_US.ISO8859-1
     </sect2>
 
     <sect2>
-      <title>doc.subdir.mk</title>
+      <title><filename>doc.subdir.mk</filename></title>
 
       <para>This is too long to explain by inspection, you should be
 	able to work it out with the knowledge gained from the
@@ -379,7 +379,7 @@ PRI_LANG?=	en_US.ISO8859-1
       </sect3>
 
       <sect3>
-	<title>Targets and macros</title>
+	<title>Targets and Macros</title>
 
 	<para>Dependencies are described by
 	  <literal><replaceable>target</replaceable>:
@@ -429,7 +429,7 @@ PRI_LANG?=	en_US.ISO8859-1
 	  up.</para>
 
 	<sect4>
-	  <title>Provided targets</title>
+	  <title>Provided Targets</title>
 
 	  <itemizedlist>
 	    <listitem>
@@ -454,7 +454,7 @@ PRI_LANG?=	en_US.ISO8859-1
       </sect3>
 
       <sect3>
-	<title>More on conditionals</title>
+	<title>More on Conditionals</title>
 
 	<itemizedlist>
 	  <listitem>
@@ -476,7 +476,7 @@ PRI_LANG?=	en_US.ISO8859-1
       </sect3>
 
       <sect3>
-	<title>Looping constructs in make (.for)</title>
+	<title>Looping Constructs in <command>make (.for)</command></title>
 
 	<para><literal>.for</literal> provides a way to repeat a set
 	  of instructions for each space-separated element in a


More information about the svn-doc-all mailing list