summaryrefslogtreecommitdiff
path: root/finance/gnucash-docs/patches/patch-ab
blob: 651705e5a575b5f6435bc20d148ded745cf38b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.2 2005/02/09 20:22:08 wiz Exp $

--- xsl/titlepage2.xsl.orig	2002-12-10 01:13:59.000000000 +0100
+++ xsl/titlepage2.xsl
@@ -4,6 +4,8 @@
 <!-- This is a customization layer, to change some of the things in
    auto-generated titlepage.xsl -->
 
+   <xsl:import href="titlepage.xsl"/>
+
 <xsl:template xmlns:xsl="http://www.w3.org/1999/XSL/Transform" name="book.titlepage">
 <!-- Added to create a separate titlepage -->
   <xsl:param name="next" select="."/>
@@ -217,4 +219,4 @@
     </xsl:otherwise>
    </xsl:choose>
 </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>