initCommon(); $template->displayHeader(); ?>

2.3. Build System Actions

To render the XML document into another format, use one of the following make targets:

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 document for each defined translation. Output is placed in a separate directory named ${DOCBASE}-${LANG}/. Each document section is a separate file within that directory.
html-nochunks This target builds the "non-chunked" HTML document for each defined translation. Output is placed in a single file: ${DOCBASE}-${LANG}.html; no other files are created.
pdf This target builds only the PDF document for all document languages. PDF production is currently erratic and may not work for your document.
tarball This target builds only the tar(1) archive for all document languages.
all This target builds all targets listed above.
clean This target deletes any temporary, or generated files, but does not erase any HTML, PDF, or archive files.
distclean This target erases all HTML, PDF, and archive files. This target automatically invokes the clean target as well.
[Note] PDF Generation is Erratic

PDF production is currently erratic and may not work for your document.

displayFooter('$Date: 2008/04/10 02:37:06 $'); ?>