diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-17 00:28:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-17 00:28:02 +0000 |
commit | 1c9327234faa2b8f3fcabec838e354bd800b3117 (patch) | |
tree | 799c795e0458006b37c5e980b2ea1fb12041001c /finance/gnucash-docs | |
parent | 8543b3a289669cf0d5fafab62274c6a60a605975 (diff) | |
download | ports-1c9327234faa2b8f3fcabec838e354bd800b3117.tar.gz ports-1c9327234faa2b8f3fcabec838e354bd800b3117.zip |
Notes
Diffstat (limited to 'finance/gnucash-docs')
-rw-r--r-- | finance/gnucash-docs/files/patch-xsl_general-customization.xsl | 16 | ||||
-rw-r--r-- | finance/gnucash-docs/files/patch-xsl_titlepage2.xsl | 18 |
2 files changed, 34 insertions, 0 deletions
diff --git a/finance/gnucash-docs/files/patch-xsl_general-customization.xsl b/finance/gnucash-docs/files/patch-xsl_general-customization.xsl new file mode 100644 index 000000000000..99535da9eb26 --- /dev/null +++ b/finance/gnucash-docs/files/patch-xsl_general-customization.xsl @@ -0,0 +1,16 @@ +--- xsl/general-customization.xsl.orig Sat Oct 16 20:19:30 2004 ++++ xsl/general-customization.xsl Sat Oct 16 20:19:53 2004 +@@ -13,11 +13,11 @@ + <!-- Including new title page stylesheets for customizing the placement + of tags in the title page. --> + <!-- This one is autogenerated from titlepage.xml --> +-<xsl:include href="titlepage.xsl"/> ++<!--<xsl:include href="titlepage.xsl"/>--> + + <!-- This one was edited by hand, to make titlepage a separate chunk + for book and aricle --> +-<xsl:include href="titlepage2.xsl"/> ++<xsl:import href="titlepage2.xsl"/> + + <!-- Make a separate titlepage and link it behind the main page. --> + <xsl:param name="generate.titlepage.link" select="1"/> diff --git a/finance/gnucash-docs/files/patch-xsl_titlepage2.xsl b/finance/gnucash-docs/files/patch-xsl_titlepage2.xsl new file mode 100644 index 000000000000..3acf6206e822 --- /dev/null +++ b/finance/gnucash-docs/files/patch-xsl_titlepage2.xsl @@ -0,0 +1,18 @@ +--- xsl/titlepage2.xsl.orig Sat Oct 16 20:19:35 2004 ++++ xsl/titlepage2.xsl Sat Oct 16 20:20:35 2004 +@@ -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> |