extensions as standalone packages.
--- /dev/null
+Version @@version@@ of the DocBook Saxon Extensions is now available:
+
+ http://docbook.sf.net/files/xsl-saxon/latest
+
+The DocBook Saxon Extensions are a set of Java functions you can
+use when processing documents with the DocBook XSL Stylesheets and
+the Saxon XSLT engine; for more details, see the "DocBook Saxon
+extensions" section of DocBook XSL: The Complete Guide -
+
+ http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#SaxonExtensions
+
+Note that for the convenience of end users, jar files containing
+Java classes for these extensions are also bundled with all
+DocBook Stylesheets releases -- so downloading this package
+separately is not a necessity for most end users.
+
+This separate package is instead provided as a convenience for
+downstream packagers for various Linux distributions and other
+platforms. Note that in addition to including the same jar files
+that are bundled with the DocBook Stylesheets, this package also
+includes the Java sources for the extensions, as well generated
+Javadoc documentation for them, along with an Apache Ant build.xml
+file that enables you to build the extensions from their sources.
+
+This @@version@@ release is the initial release of the extensions as a
+standalone package; therefore, no release-notes document or
+changelog is included in this release.
build
javadoc
saxon65.jar
+RELEASE-NOTES-*.xml
+RELEASE-NOTES.html
+RELEASE-NOTES.txt
+RELEASE-NOTES-PARTIAL.txt
+RELEASE-NOTES.pdf
+RELEASE-NOTES.fo
+ChangeLog.xml
+.svninfo.xml
+NEWS.html
+NEWS.xml
+NEWS
+TERMS.xml
+# $Id$
+
include ../buildtools/Makefile.incl
include ../releasetools/Variables.mk
# targets for this distro's "distrib" target to depend on
DISTRIB_DEPENDS =
+# 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
+
# value of ZIP_EXCLUDES is a space-separated list of any file or
# directory names (shell wildcards OK) that should be excluded
# from the zip file and tarball for the release
-DISTRIB_EXCLUDES =
+DISTRIB_EXCLUDES = \
+ NEWS \
+ RELEASE-NOTES-PARTIAL.txt \
ANT = ant
ANT_OPTS =
--- /dev/null
+Version @@version@@ of the DocBook Xalan Extensions is now available:
+
+ http://docbook.sf.net/files/xsl-xalan/latest
+
+The DocBook Xalan Extensions are a set of Java functions you can
+use when processing documents with the DocBook XSL Stylesheets and
+the Xalan-Java XSLT engine; for more details, see the "DocBook
+Xalan extensions" section of DocBook XSL: The Complete Guide -
+
+ http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#XalanExtensions
+
+Note that for the convenience of end users, jar files containing
+Java classes for these extensions are also bundled with all
+DocBook Stylesheets releases -- so downloading this package
+separately is not a necessity for most end users.
+
+This separate package is instead provided as a convenience for
+downstream packagers for various Linux distributions and other
+platforms. Note that in addition to including the same jar files
+that are bundled with the DocBook Stylesheets, this package also
+includes the Java sources for the extensions, as well generated
+Javadoc documentation for them, along with an Apache Ant build.xml
+file that enables you to build the extensions from their sources.
+
+This @@version@@ release is the initial release of the extensions as a
+standalone package; therefore, no release-notes document or
+changelog is included in this release.
build
javadoc
xalan27.jar
+RELEASE-NOTES-*.xml
+RELEASE-NOTES.html
+RELEASE-NOTES.txt
+RELEASE-NOTES-PARTIAL.txt
+RELEASE-NOTES.pdf
+RELEASE-NOTES.fo
+ChangeLog.xml
+.svninfo.xml
+NEWS.html
+NEWS.xml
+NEWS
+TERMS.xml
+# $Id: Makefile 7296 2007-08-28 09:16:40Z xmldoc $
+
include ../buildtools/Makefile.incl
include ../releasetools/Variables.mk
# targets for this distro's "distrib" target to depend on
DISTRIB_DEPENDS =
+# 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
+
# value of ZIP_EXCLUDES is a space-separated list of any file or
# directory names (shell wildcards OK) that should be excluded
# from the zip file and tarball for the release
-DISTRIB_EXCLUDES =
+DISTRIB_EXCLUDES = \
+ NEWS \
+ RELEASE-NOTES-PARTIAL.txt \
ANT = ant
ANT_OPTS =