diff options
| author | Paul W. Frields <stickster@gmail.com> | 2006-02-04 05:04:22 +0000 |
|---|---|---|
| committer | Paul W. Frields <stickster@gmail.com> | 2006-02-04 05:04:22 +0000 |
| commit | f6879d1c1528cedb07ea246a9ebde4d91c3f3000 (patch) | |
| tree | 4db4b4b98109d407783e43568e465a25f492b0dd | |
| parent | 989cc1e41865d333118aecaf8edd75298e1d511a (diff) | |
Make sure inserting clog and colophon don't botch rpm-info DTD declaration
| -rw-r--r-- | packaging/insert-changelog.xsl | 2 | ||||
| -rw-r--r-- | packaging/insert-colophon.xsl | 2 |
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="''"/> |
