Last change
on this file since 99371 was 98584, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Setting svn properties of DITA-OT library.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
|
---|
3 | <task id="rebuilding-the-dita-ot-documentation">
|
---|
4 | <title>Rebuilding the DITA-OT documentation</title>
|
---|
5 | <shortdesc>The DITA-OT ships with Ant scripts that enable you to rebuild the toolkit
|
---|
6 | documentation. This is especially helpful if your environment contains plug-ins that
|
---|
7 | integrate additional messages into the toolkit. </shortdesc>
|
---|
8 | <taskbody>
|
---|
9 | <steps>
|
---|
10 | <step>
|
---|
11 | <cmd>Change to the <filepath>doc</filepath> directory.</cmd>
|
---|
12 | </step>
|
---|
13 | <step>
|
---|
14 | <cmd>Run the following command:</cmd>
|
---|
15 | <info>
|
---|
16 | <codeblock>ant -f build.xml <varname>target</varname></codeblock>
|
---|
17 | </info>
|
---|
18 | <info><p>The <varname>target</varname> parameter is optional and specifies a specific
|
---|
19 | transformation type. It takes the following values:<ul>
|
---|
20 | <li>build-html</li>
|
---|
21 | <li>build-htmlhelp</li>
|
---|
22 | <li>build-pdf</li>
|
---|
23 | </ul></p><p>If you do not specify an Ant target, all three output formats (XHTML, HTML help, and PDF) are
|
---|
24 | generated.</p></info>
|
---|
25 | </step>
|
---|
26 | </steps>
|
---|
27 | </taskbody>
|
---|
28 | </task>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.