
io.github.oliviercailloux.docbook.website.build.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docbook Show documentation
Show all versions of docbook Show documentation
The last version of the DocBook XSLT 1.0 Stylesheets
The newest version!
<?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>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy