summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-08-05 04:29:41 +0000
committerPaul W. Frields <stickster@gmail.com>2006-08-05 04:29:41 +0000
commit9bfda190e4101d24e727d38e31f57764b8fe06a3 (patch)
tree024e541d0a80dff17d37a3dfa379fbc51ef160cd /packaging
parent967fbe7201c3d386745561f11929a9088e3b4b7b (diff)
downloadfedora-doc-utils-9bfda190e4101d24e727d38e31f57764b8fe06a3.tar.gz
fedora-doc-utils-9bfda190e4101d24e727d38e31f57764b8fe06a3.tar.xz
fedora-doc-utils-9bfda190e4101d24e727d38e31f57764b8fe06a3.zip
Get rid of superfluous junk and use the real description instead of title
Diffstat (limited to 'packaging')
-rw-r--r--packaging/omf.xsl12
1 files changed, 2 insertions, 10 deletions
diff --git a/packaging/omf.xsl b/packaging/omf.xsl
index b827841..289471a 100644
--- a/packaging/omf.xsl
+++ b/packaging/omf.xsl
@@ -27,7 +27,7 @@
/>
<subject category="General|Linux|Distributions|Other"/>
<description>
- <xsl:call-template name="get-title"/>
+ <xsl:call-template name="get-desc"/>
</description>
<type>
<xsl:call-template name="get-title"/>
@@ -51,14 +51,6 @@
</omf>
</xsl:template>
- <xsl:template name="get-title">
- <xsl:for-each select="/rpm-info/titles/translation">
- <xsl:choose>
- <xsl:when test="@lang = $lang">
- <xsl:value-of select="title"/>
- </xsl:when>
- </xsl:choose>
- </xsl:for-each>
- </xsl:template>
+ <xsl:include href="templates.xsl"/>
</xsl:stylesheet>