summaryrefslogtreecommitdiffstats
path: root/packaging/insert-changelog.xsl
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-12 00:08:35 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-12 00:08:35 +0000
commite0a03714553c6aca33824d315a266f3998090832 (patch)
treed146ff4be474c7c2f243982034f376fc14c68c76 /packaging/insert-changelog.xsl
parent3197e330900a1778e2b2b19091f1218ab3eaf797 (diff)
downloadfedora-doc-utils-e0a03714553c6aca33824d315a266f3998090832.tar.gz
fedora-doc-utils-e0a03714553c6aca33824d315a266f3998090832.tar.xz
fedora-doc-utils-e0a03714553c6aca33824d315a266f3998090832.zip
Use new rule to locate docs-common and rely on this for most building, instead of a possibly nonexistent FDPDIR. This should make a module inclusion or a full repository checkout equally workable.
Diffstat (limited to 'packaging/insert-changelog.xsl')
-rw-r--r--packaging/insert-changelog.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/insert-changelog.xsl b/packaging/insert-changelog.xsl
index 0af909c..a3d1bb1 100644
--- a/packaging/insert-changelog.xsl
+++ b/packaging/insert-changelog.xsl
@@ -16,11 +16,11 @@ The following stringparam values are expected in this file:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:param name="fdpdir" select="'../..'"/>
+ <xsl:param name="fdpcommondir" select="'..'"/>
<xsl:output encoding="UTF-8" indent="yes" method="xml"
omit-xml-declaration="no" standalone="no" version="1.0"
- doctype-system="{$fdpdir}/docs-common/packaging/rpm-info.dtd"/>
+ doctype-system="{$fdpcommondir}/packaging/rpm-info.dtd"/>
<xsl:template match="/">
<xsl:apply-templates/>