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