1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="task"/>
|
---|
10 | <meta name="DC.Title" content="Rebuilding the DITA-OT documentation"/>
|
---|
11 | <meta name="abstract" content="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."/>
|
---|
12 | <meta name="description" content="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."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/extending-the-ot.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="rebuilding-the-dita-ot-documentation"/>
|
---|
16 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
18 | <title>Rebuilding the DITA-OT documentation</title>
|
---|
19 | </head>
|
---|
20 | <body id="rebuilding-the-dita-ot-documentation">
|
---|
21 |
|
---|
22 |
|
---|
23 | <h1 class="title topictitle1">Rebuilding the DITA-OT documentation</h1>
|
---|
24 |
|
---|
25 |
|
---|
26 | <div class="body taskbody"><p class="shortdesc">The DITA-OT ships with Ant scripts that enable you to rebuild the toolkit
|
---|
27 | documentation. This is especially helpful if your environment contains plug-ins that
|
---|
28 | integrate additional messages into the toolkit. </p>
|
---|
29 |
|
---|
30 | <div class="tasklabel"><h2 class="sectiontitle tasklabel">Procedure</h2></div><ol class="ol steps"><li class="li step stepexpand">
|
---|
31 | <span class="ph cmd">Change to the <span class="ph filepath">doc</span> directory.</span>
|
---|
32 | </li>
|
---|
33 | <li class="li step stepexpand">
|
---|
34 | <span class="ph cmd">Run the following command:</span>
|
---|
35 | <div class="itemgroup info">
|
---|
36 | <pre class="pre codeblock">ant -f build.xml <var class="keyword varname">target</var></pre>
|
---|
37 |
|
---|
38 | </div>
|
---|
39 | <div class="itemgroup info"><div class="p">The <var class="keyword varname">target</var> parameter is optional and specifies a specific
|
---|
40 | transformation type. It takes the following values:<ul class="ul">
|
---|
41 | <li class="li">build-html</li>
|
---|
42 |
|
---|
43 | <li class="li">build-htmlhelp</li>
|
---|
44 |
|
---|
45 | <li class="li">build-pdf</li>
|
---|
46 |
|
---|
47 | </ul>
|
---|
48 | </div>
|
---|
49 | <p class="p">If you do not specify an Ant target, all three output formats (XHTML, HTML help, and PDF) are
|
---|
50 | generated.</p>
|
---|
51 | </div>
|
---|
52 | </li>
|
---|
53 | </ol>
|
---|
54 |
|
---|
55 | </div>
|
---|
56 |
|
---|
57 | <div class="related-links">
|
---|
58 | <div class="familylinks">
|
---|
59 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../dev_ref/extending-the-ot.html" title="There are several methods that can be used to extend the toolkit; not all of them are recommended or supported. The best way to create most extensions is with a plug-in; extended documentation for creating plug-ins is provided in the next section.">Extending the DITA Open Toolkit</a></div>
|
---|
60 | </div>
|
---|
61 | </div>
|
---|
62 |
|
---|
63 | </body>
|
---|
64 | </html>
|
---|