lfs-ru/stylesheets/lfs-xsl/docbook-xsl-1.79.1/lib/build.xml
2023-05-25 00:08:02 +05:00

25 lines
609 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="DocBook XSLT 1.0 stylesheets - HTML" default="all">
<property name="dbroot.dir" value="${ant.file}/../.."/>
<import file="../tools/build-shared.xml"/>
<target name="all" depends="lib">
</target>
<target name="lib">
<echo>Building XSLT library...</echo>
<antcall target="build-params">
<param name="condition" value="lib"/>
<param name="file" value="lib"/>
</antcall>
</target>
<target name="clean">
<antcall target="clean-params">
<param name="file" value="lib"/>
</antcall>
</target>
</project>