summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-12-15 21:50:02 +0000
committerPaul W. Frields <stickster@gmail.com>2007-12-15 21:50:02 +0000
commitee27a9b623cfc1c4fd0edb4c5d1390884d29c829 (patch)
treef71ca5dcc4f2df2caed0b273c5376901a60208cd
parent20d337ea51293bf2b2ba148a613d873b0c822435 (diff)
downloaddocumentation-guide-ee27a9b623cfc1c4fd0edb4c5d1390884d29c829.tar.gz
documentation-guide-ee27a9b623cfc1c4fd0edb4c5d1390884d29c829.tar.xz
documentation-guide-ee27a9b623cfc1c4fd0edb4c5d1390884d29c829.zip
Add missing targets (#371531)
-rw-r--r--en_US/module-struct.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/en_US/module-struct.xml b/en_US/module-struct.xml
index 262f45f..437f615 100644
--- a/en_US/module-struct.xml
+++ b/en_US/module-struct.xml
@@ -239,6 +239,20 @@ include $(shell $(find-makefile-common))]]></screen>
<segtitle>Target</segtitle>
<segtitle>Explanation</segtitle>
<seglistitem>
+ <seg><systemitem class="macro">help</systemitem></seg>
+ <seg>This target prints a list of available targets and
+ their descriptions.</seg>
+ </seglistitem>
+ <seglistitem>
+ <seg><systemitem class="macro">validate-xml</systemitem></seg>
+ <seg>This target <firstterm>validates</firstterm> the XML files
+ to make sure they are not only well-formed, but follow the
+ DTD. Some viewers of XML documents may not work correctly
+ until you run this target. This target includes copying
+ required entity files so that validating XML viewers work
+ properly</seg>
+ </seglistitem>
+ <seglistitem>
<seg><systemitem class="macro">html</systemitem></seg>
<seg>This target builds the "chunked" <abbrev>HTML</abbrev>
document for each defined translation. Output is placed in a
@@ -292,6 +306,7 @@ include $(shell $(find-makefile-common))]]></screen>
<para><abbrev>PDF</abbrev> production is currently erratic and may
not work for your document.</para>
</note>
+ </section>
<section>
<title>Adding or Changing Targets</title>
<para>
@@ -418,7 +433,6 @@ mv /tmp/manifest figs/Manifest-en]]></programlisting>
</step>
</procedure>
</section>
- </section>
</chapter>
<!--