gegl r2625 - in trunk: . tools



Author: ok
Date: Tue Oct 14 23:19:47 2008
New Revision: 2625
URL: http://svn.gnome.org/viewvc/gegl?rev=2625&view=rev

Log:
* tools/create-reference.rb: do not add a gegl- prefix to the op names
for the devhelp index as they are now already prefixed by gegl:


Modified:
   trunk/ChangeLog
   trunk/tools/create-reference.rb

Modified: trunk/tools/create-reference.rb
==============================================================================
--- trunk/tools/create-reference.rb	(original)
+++ trunk/tools/create-reference.rb	Tue Oct 14 23:19:47 2008
@@ -556,7 +556,7 @@
     IO.foreach("operations.html"){ |line|
         if line =~ /^<li><a href='#op_.*'>.*<\/a><\/li>/
             opname=line.gsub(/.*op_/,'').gsub(/'.*/,'').strip
-            file.puts "<function name='gegl-#{opname}' link='operations.html#op_#{opname}'/>"
+            file.puts "<function name='#{opname}' link='operations.html#op_#{opname}'/>"
         end
     }
 



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