summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-04 05:04:22 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-04 05:04:22 +0000
commitf6879d1c1528cedb07ea246a9ebde4d91c3f3000 (patch)
tree4db4b4b98109d407783e43568e465a25f492b0dd /packaging
parent989cc1e41865d333118aecaf8edd75298e1d511a (diff)
downloadfedora-doc-utils-f6879d1c1528cedb07ea246a9ebde4d91c3f3000.tar.gz
fedora-doc-utils-f6879d1c1528cedb07ea246a9ebde4d91c3f3000.tar.xz
fedora-doc-utils-f6879d1c1528cedb07ea246a9ebde4d91c3f3000.zip
Make sure inserting clog and colophon don't botch rpm-info DTD declaration
Diffstat (limited to 'packaging')
-rw-r--r--packaging/insert-changelog.xsl2
-rw-r--r--packaging/insert-colophon.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/insert-changelog.xsl b/packaging/insert-changelog.xsl
index 0ab069d..3f468c1 100644
--- a/packaging/insert-changelog.xsl
+++ b/packaging/insert-changelog.xsl
@@ -18,7 +18,7 @@ The following stringparam values are expected in this file:
<xsl:output encoding="UTF-8" indent="yes" method="xml"
omit-xml-declaration="no" standalone="no" version="1.0"
- doctype-system="../docs-common/packaging/rpm-info.dtd"/>
+ doctype-system="../../docs-common/packaging/rpm-info.dtd"/>
<xsl:template match="/">
<xsl:apply-templates/>
diff --git a/packaging/insert-colophon.xsl b/packaging/insert-colophon.xsl
index 7691ff2..f5389a7 100644
--- a/packaging/insert-colophon.xsl
+++ b/packaging/insert-colophon.xsl
@@ -20,7 +20,7 @@ The following stringparam values will be set in this stylesheet:
<xsl:output encoding="UTF-8" indent="yes" method="xml"
omit-xml-declaration="no" standalone="no" version="1.0"
- doctype-system="../docs-common/packaging/rpm-info.dtd"/>
+ doctype-system="../../docs-common/packaging/rpm-info.dtd"/>
<!-- Cope if no othername is provided -->
<xsl:param name="othername" select="''"/>