]> git.lyx.org Git - lyx.git/blob - lib/docbook/lib/build.xml
Release notes
[lyx.git] / lib / docbook / lib / build.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project name="DocBook XSLT 1.0 stylesheets - HTML" default="all">
3
4   <property name="dbroot.dir" value="${ant.file}/../.."/>
5   <import file="../tools/build-shared.xml"/>
6
7   <target name="all" depends="lib">
8   </target>
9
10   <target name="lib">
11     <echo>Building XSLT library...</echo>
12     <antcall target="build-params">
13       <param name="condition" value="lib"/>
14       <param name="file" value="lib"/>
15     </antcall>
16   </target>
17
18   <target name="clean">
19     <antcall target="clean-params">
20       <param name="file" value="lib"/>
21     </antcall>
22   </target>
23
24 </project>