# value of ZIP_DEPENDS is a space-separated list of any targets
# for this distro's "zip" target to depend on
-ZIP_DEPENDS = tag release
+ZIP_DEPENDS =
+
+# value of INSTALL_DEPENDS is a space-separated list of any
+# targets for this distro's "install" target to depend on
+INSTALL_DEPENDS = release tag
# value of ZIP_EXCLUDES is a space-separated list of any file or
# directory names (shell wildcards OK) that should be excluded
<fm:project>
<fm:Project>DocBook</fm:Project>
<fm:Branch>Saxon Extensions</fm:Branch>
- <fm:Version>1.00-pre</fm:Version>
+ <fm:Version>1.00</fm:Version>
<!--
<fm:License>MIT/X Consortium License</fm:License>
-->
-->
<target name="deps-clean" depends="init" unless="no.deps"/>
<target name="-do-clean" depends="init">
- <delete dir="${build.dir}"/>
<delete file="${dist.dir}/saxon65.jar"/>
<delete dir="${dist.dir}/javadoc"/>
+ <delete dir="${dist.dir}/classes"/>
</target>
<target name="-post-clean">
<!-- Empty placeholder for easier customization. -->