aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml
diff options
context:
space:
mode:
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.xml8
1 files changed, 4 insertions, 4 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 1f95722816..26efed2eb4 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
@@ -92,7 +92,7 @@
<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.xxx.mk</filename>.</para>
+ <filename>doc.<replaceable>xxx</replaceable>.mk</filename>.</para>
</listitem>
</itemizedlist>
@@ -338,9 +338,9 @@ PRI_LANG?= en_US.ISO8859-1
<title>Targets and Macros</title>
<para>Dependencies are described by
- <literal>target:
- dependency1 dependency2
- ...</literal> tuples, where to build
+ <literal><replaceable>target</replaceable>:
+ <replaceable>dependency1 dependency2
+ ...</replaceable></literal> tuples, where to build
<literal>target</literal>, the given
dependencies must be built first.</para>