]> granicus.if.org Git - docbook-dsssl/commitdiff
In subsection titles in release notes and NEWS files, output the
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 30 Aug 2007 07:30:54 +0000 (07:30 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 30 Aug 2007 07:30:54 +0000 (07:30 +0000)
title "Release Notes: N.NN.N" instead of "Release: N.NN.N"
(because the former reads better in announcements).

releasetools/svnlog2docbook.xsl

index 580935f5c1aa68600b1d42e6b0670bba5c2c90f1..fec6fb028165c9f16b3f9ad5c9c76276c6cfa579 100644 (file)
             name="xml:id">V<xsl:value-of
             select="$release-version"/></xsl:attribute>
         <xsl:text>&#xa;</xsl:text>
-        <title>Release: <xsl:value-of select="$release-version"/></title>
+        <title>Release Notes: <xsl:value-of select="$release-version"/></title>
         <xsl:text>&#xa;</xsl:text>
         <para>The following is a list of changes that have been made
         since the <xsl:value-of select="$previous-release"/> release.</para>