Restore <replaceable> tags lost in the DocBook5 conversion.
This commit is contained in:
parent
6089a94b38
commit
2b88e75022
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44068
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue