VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/docsrc/resource/ftr_xhtml.xml@ 99371

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: 2.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!-- This file is part of the DITA Open Toolkit project hosted on
3 Sourceforge.net. See the accompanying license.txt file for
4 applicable licenses.-->
5<!-- (C) Copyright IBM Corporation 2005. All Rights Reserved.
6 *-->
7<project name="build project document" default="all" basedir="../../..">
8 <path id="dost.class.path">
9 <pathelement location="${basedir}${file.separator}lib${file.separator}dost.jar"/>
10 </path>
11
12 <taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
13 <classpath refid="dost.class.path"/>
14 </taskdef>
15
16 <property name="my.input.dir"
17 value="${basedir}${file.separator}SourceForgeFiles${file.separator}doc"/>
18 <property name="my.resource.dir"
19 value="${my.input.dir}${file.separator}resource"/>
20 <property name="my.output.dir"
21 value="${basedir}${file.separator}pmdocs${file.separator}doc${file.separator}xhtml"/>
22 <property name="args.csspath" value="css"/>
23
24 <target name="integrate">
25 <integrate ditadir="${basedir}"/>
26 </target>
27
28 <target name="all" depends="integrate, build-doc"/>
29
30 <target name="build-doc" description="build DITA Open Toolkit web docs">
31 <ant antfile="${basedir}${file.separator}conductor.xml" target="init">
32 <property name="args.input" value="${my.input.dir}${file.separator}userguide.ditamap"/>
33 <property name="output.dir" value="${my.output.dir}"/>
34 <property name="args.ftr" value="${my.resource.dir}${file.separator}htmlfoot.html"/>
35 <property name="args.css" value="${my.resource.dir}${file.separator}dita-ot.css"/>
36 <property name="args.copycss" value="yes"/>
37 <property name="args.xhtml.toc" value="toc"/>
38 <property name="transtype" value="xhtml"/>
39 </ant>
40 <copy todir="${my.output.dir}">
41 <fileset dir="${my.resource.dir}" includes="index.html"/>
42 </copy>
43 </target>
44</project>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette