$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-10-17 13:27:43
Author: danieljames
Date: 2007-10-17 13:27:42 EDT (Wed, 17 Oct 2007)
New Revision: 40130
URL: http://svn.boost.org/trac/boost/changeset/40130
Log:
Include authors that are in authorgroups in the generated chapterinfo.
Text files modified:
trunk/tools/boostbook/xsl/library.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/boostbook/xsl/library.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/library.xsl (original)
+++ trunk/tools/boostbook/xsl/library.xsl 2007-10-17 13:27:42 EDT (Wed, 17 Oct 2007)
@@ -120,7 +120,7 @@
<xsl:template match="libraryinfo">
<chapterinfo>
- <xsl:apply-templates select="author|copyright|legalnotice"/>
+ <xsl:apply-templates select="author|authorgroup/author|copyright|legalnotice"/>
</chapterinfo>
</xsl:template>