summaryrefslogtreecommitdiffstats
path: root/packaging/insert-colophon.xsl
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/insert-colophon.xsl
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/insert-colophon.xsl')
-rw-r--r--packaging/insert-colophon.xsl2
1 files changed, 1 insertions, 1 deletions
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="''"/>