Rebuilding the DITA-OT documentation
The DITA-OT ships with Ant scripts that enable you to rebuild the toolkit
documentation. This is especially helpful if your environment contains plug-ins that
integrate additional messages into the toolkit.
- Change to the
doc
directory. - Run the following command:
ant -f build.xml target
The target parameter is optional and specifies a specific transformation type. It takes the following values:
- build-html
- build-htmlhelp
- build-pdf
If you do not specify target, all three output formats (XHTML, HTML help, and PDF) are generated.