Michael Smith [Thu, 6 Sep 2007 12:44:41 +0000 (12:44 +0000)]
Changed "smoketest" target to "check". Thanks to Frederic Crozat
from Mandriva for the suggestion to include a makefile for a "make
check" in the upstream package.
Added <xsl:with-param name="quiet" select="$chunk.quietly"/> to calls to
the write.chunk, write.chunk.with.doctype, and write.text.chunk templates.
This makes chunk.quietly=1 suppress chunk filename messages also for help
support files (which seems to be what one would expect). See bug #1648360.
Michael Smith [Fri, 31 Aug 2007 17:11:32 +0000 (17:11 +0000)]
Made the xsl/tools/xsl/build/doc-link-docbook.xsl stylesheet
import profile-docbook.xsl, so that we can do profiling of release
notes. Corrected some problems in the target for the release-notes
HTML build.
Michael Smith [Fri, 31 Aug 2007 16:30:00 +0000 (16:30 +0000)]
Removed the hacky commenting system used for including different
text based on release type; the build now includes the text
conditionally based on profiling of the "condition" attribute.
Michael Smith [Thu, 30 Aug 2007 15:03:29 +0000 (15:03 +0000)]
Removed dependency of announce target on the release target. We
really don't need for it to depend on any build targets other than
the specific files (changes file, boilerplate) that it uses in
to create the announcement message.
Michael Smith [Thu, 30 Aug 2007 07:30:54 +0000 (07:30 +0000)]
In subsection titles in release notes and NEWS files, output the
title "Release Notes: N.NN.N" instead of "Release: N.NN.N"
(because the former reads better in announcements).
Michael Smith [Wed, 29 Aug 2007 08:09:32 +0000 (08:09 +0000)]
Removed code for determing DIFFVER (we no longer use DIFFVER for
anything); removed branching logic for condition of non-XSLT
VERSION file vs. XSLT one (we only use XSLT VERSION files now, so
no need to handle the legacy case)
Michael Smith [Tue, 28 Aug 2007 11:34:06 +0000 (11:34 +0000)]
Made releasetools/svnlog2docbook.xsl output include a note
explaining how users can create a copy of a complete change
history for whatever particular module.
Michael Smith [Tue, 28 Aug 2007 10:46:06 +0000 (10:46 +0000)]
Moved release-notes boilerplate into abstract and added links to
online change history to release-notes and to README. Also made a
minor correction to the README.BUILD file.
Michael Smith [Tue, 28 Aug 2007 09:47:21 +0000 (09:47 +0000)]
Made the release-announce script distro-neutral (it had been
hardcoded for docbook-xsl/ns releases), and refined the handling
of message bodies for release announcements.
Michael Smith [Fri, 24 Aug 2007 04:56:09 +0000 (04:56 +0000)]
Include extensions/ and xsl-java/ changes in ChangeLog.xml and
NEWS* file output for now (though those directories are now
removed, there were changes in them between the 1.72.0 release and
now, so we want to get those into the docbook-xsl NEWS* file
output for the 1.73.2 release (which like the 1.73.1 release, will
ship with NEWS* files that list all the changes since the last
major release, 1.72.0 in this case. For 1.74.0 and after, we'll
drop the extensions/ and xsl-java/ dirs from changelog/NEWS output
(because they now really are gone, so there won't be any more
changes being made to them...)
Michael Smith [Thu, 23 Aug 2007 09:48:18 +0000 (09:48 +0000)]
Made definition of some variables dependent on whether the
.svninfo.xml actually exists yet (because the values for those
variables are read from that file).
Michael Smith [Thu, 23 Aug 2007 09:24:15 +0000 (09:24 +0000)]
Remove the "zip" target's dependency on the ChangeHistory.xml
target/file; instead make it depend on $(ZIP_DEPENDS), which is
empty/undefined by default.
Michael Smith [Thu, 23 Aug 2007 08:37:29 +0000 (08:37 +0000)]
Updated extensions target to reflect new locations and xsl-saxon
and xsl-xalan modules. Also, removed ChangeHistory.xml target/file
from build/packaging.