aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2018-08-17 14:11:30 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2018-08-17 14:11:30 +0000
commitcda75d3afda9354d3d728d788fa04cc1180096d0 (patch)
treee1458e641c28b31e48c7d6139894927c2d7cd493 /en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
parent2d56e7a3e4a1fa4c4e9eca4ed2addae90f9d273d (diff)
downloaddoc-cda75d3afda9354d3d728d788fa04cc1180096d0.tar.gz
doc-cda75d3afda9354d3d728d788fa04cc1180096d0.zip
Overlong lines are now properly wrapped to the proper length.
Notes
Notes: svn path=/head/; revision=52149
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
index 31b151cd08..e55650a560 100644
--- a/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
@@ -29,7 +29,9 @@
POSSIBILITY OF SUCH DAMAGE.
-->
-<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="doc-build">
+<chapter xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+ xml:id="doc-build">
<title>The Documentation Build Process</title>
<para>This chapter covers organization of the documentation build
@@ -158,8 +160,9 @@
</listitem>
<listitem>
- <para><link linkend="make-includes"><application>Make</application>
- includes</link> are the glue that perform the document
+ <para><link
+ linkend="make-includes"><application>Make</application>
+ includes</link> are the glue that perform the document
production, and are usually of the form
<filename>doc.<replaceable>xxx</replaceable>.mk</filename>.</para>
</listitem>
@@ -429,8 +432,8 @@ PRI_LANG?= en_US.ISO8859-1
${MAKE} ${.TARGET:S/realpackage/package/:S/realinstall/install/} DIRPRFX=${DIRPRFX}${entry}/ )
.endfor</programlisting>
- <para>In the above, <buildtarget>_SUBDIRUSE</buildtarget> is now
- a macro which will execute the given commands when it is
+ <para>In the above, <buildtarget>_SUBDIRUSE</buildtarget> is
+ now a macro which will execute the given commands when it is
listed as a dependency.</para>
<para>What sets this macro apart from other targets?