Fix title capitalization and markup.
This commit is contained in:
parent
e135ad5528
commit
b310d64e46
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38844
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue