[gimp-help-2] Generate help-items for anchors with id="script-fu-*"



commit 91c0c6da7d47e0d1ce05610db282c289ad1232e0
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Wed Sep 22 20:04:58 2010 +0200

    Generate help-items for anchors with id="script-fu-*"

 stylesheets/makeindex.xsl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/stylesheets/makeindex.xsl b/stylesheets/makeindex.xsl
index f6a425b..7baa1b7 100644
--- a/stylesheets/makeindex.xsl
+++ b/stylesheets/makeindex.xsl
@@ -55,7 +55,8 @@
               and not(@element = 'footnote')
               and not(@element = 'figure')
               and (starts-with(@targetptr, 'gimp-') or
-                   starts-with(@targetptr, 'plug-in-'))">
+                   starts-with(@targetptr, 'plug-in-') or
+                   starts-with(@targetptr, 'script-fu-'))">
       <help-item>
         <xsl:attribute name="id">
           <xsl:value-of select="@targetptr" />



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]