gegl r2818 - trunk/docs



Author: ok
Date: Sat Dec  6 14:05:46 2008
New Revision: 2818
URL: http://svn.gnome.org/viewvc/gegl?rev=2818&view=rev

Log:
* Makefile.am: include more headers for API-doc scanning.


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

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Sat Dec  6 14:05:46 2008
@@ -132,13 +132,20 @@
 
 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)/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/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\
+	    $@
 endif
 
 index.html: index-static.txt		\



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