lfs-ru/stylesheets/lfs-xsl/docbook-xsl-1.79.1/website/build.xml

22 lines
534 B
XML
Raw Normal View History

2023-05-24 22:08:02 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<project name="DocBook XSLT 1.0 stylesheets - Website" default="all">
<property name="dbroot.dir" value="${ant.file}/../.."/>
<import file="../tools/build-shared.xml"/>
<target name="all" depends="param">
</target>
<target name="param">
<echo>Building Website parameters...</echo>
<antcall target="build-params">
<param name="condition" value="website"/>
</antcall>
</target>
<target name="clean">
<antcall target="clean-params"/>
</target>
</project>