From f6879d1c1528cedb07ea246a9ebde4d91c3f3000 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 4 Feb 2006 05:04:22 +0000 Subject: Make sure inserting clog and colophon don't botch rpm-info DTD declaration --- packaging/insert-changelog.xsl | 2 +- packaging/insert-colophon.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging') 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: + doctype-system="../../docs-common/packaging/rpm-info.dtd"/> 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: + doctype-system="../../docs-common/packaging/rpm-info.dtd"/> -- cgit