gegl r2842 - trunk/docs



Author: ok
Date: Thu Jan  1 17:24:05 2009
New Revision: 2842
URL: http://svn.gnome.org/viewvc/gegl?rev=2842&view=rev

Log:
* Makefile.am: fix which extra files are parsed for documentation
strings (make the GeglPath documentation appear.)


Modified:
   trunk/docs/ChangeLog
   trunk/docs/Makefile.am

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Thu Jan  1 17:24:05 2009
@@ -132,19 +132,17 @@
 
 api.html: $(top_srcdir)/gegl/gegl.h\
           $(top_srcdir)/gegl/buffer/gegl-buffer.h\
-          $(top_srcdir)/gegl/property-types/gegl-color.h\
           $(top_srcdir)/gegl/property-types/gegl-curve.h\
           $(top_srcdir)/gegl/property-types/gegl-path.h\
-	  $(top_srcdir)/gegl/operation/gegl-operation.h\
+          $(top_srcdir)/gegl/property-types/gegl-color.h\
 	  $(top_srcdir)/tools/create-reference.rb
 if HAVE_RUBY
 	$(top_srcdir)/tools/create-reference.rb 	\
 	    $(top_srcdir)/gegl/gegl.h			\
 	    $(top_srcdir)/gegl/buffer/gegl-buffer.h	\
-	    $(top_srcdir)/gegl/operation/gegl-operation.h \
-            $(top_srcdir)/gegl/property-types/gegl-color.h\
-            $(top_srcdir)/gegl/property-types/gegl-curve.h\
             $(top_srcdir)/gegl/property-types/gegl-path.h\
+            $(top_srcdir)/gegl/property-types/gegl-curve.h\
+            $(top_srcdir)/gegl/property-types/gegl-color.h\
 	    $@
 endif
 



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