summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-05-14 12:33:36 -0400
committerShaun McCance <shaunm@gnome.org>2011-05-14 12:33:36 -0400
commit1cadaf0fdaff7c6ddb006d8a1b9421706281ad33 (patch)
tree8cbb6f08d483a0f2337c306b864cdb8e8aeebabd
parentf10654bd02974b3aeef2f5445793142f7144fcc6 (diff)
downloadyelp-tools-1cadaf0fdaff7c6ddb006d8a1b9421706281ad33.tar.gz
yelp-build: Copy figures for experimental mouseovers
-rwxr-xr-xtools/yelp-build.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/yelp-build.in b/tools/yelp-build.in
index 8e802bd..aabe782 100755
--- a/tools/yelp-build.in
+++ b/tools/yelp-build.in
@@ -335,11 +335,12 @@ yelp_html_page2html () {
echo '<xsl:stylesheet'
echo ' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"'
echo ' xmlns:mal="http://projectmallard.org/1.0/"'
+ echo ' xmlns:e="http://projectmallard.org/experimental/"'
echo ' exclude-result-prefixes="mal"'
echo ' version="1.0">'
echo '<xsl:output method="text"/>'
echo '<xsl:template match="/">'
- echo ' <xsl:for-each select="//mal:media">'
+ echo ' <xsl:for-each select="//mal:media | //e:mouseover">'
echo ' <xsl:value-of select="concat(@src, '"'&#x000A;'"')"/>'
echo ' </xsl:for-each>'
echo '</xsl:template>'