From ee27a9b623cfc1c4fd0edb4c5d1390884d29c829 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 15 Dec 2007 21:50:02 +0000 Subject: Add missing targets (#371531) --- en_US/module-struct.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 @@ -238,6 +238,20 @@ include $(shell $(find-makefile-common))]]> Build Targets Target Explanation + + help + This target prints a list of available targets and + their descriptions. + + + validate-xml + This target validates 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 + html This target builds the "chunked" HTML @@ -292,6 +306,7 @@ include $(shell $(find-makefile-common))]]> PDF production is currently erratic and may not work for your document. +
Adding or Changing Targets @@ -418,7 +433,6 @@ mv /tmp/manifest figs/Manifest-en]]>
-