gegl r2118 - trunk/docs



Author: ok
Date: Mon Feb 25 22:33:31 2008
New Revision: 2118
URL: http://svn.gnome.org/viewvc/gegl?rev=2118&view=rev

Log:
* Makefile.am: add $(top_srcdir) to paths for sources of the api
reference.


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

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Mon Feb 25 22:33:31 2008
@@ -75,9 +75,15 @@
 	$(ENSCRIPT) -E --color --language=html -p$@ $<
 endif
 
-api.html: ../gegl/gegl.h ../gegl/buffer/gegl-buffer.h ../gegl/operation/gegl-operation.h ../tools/create-reference.rb
+api.html: $(top_srcdir)/gegl/gegl.h\
+          $(top_srcdir)/gegl/buffer/gegl-buffer.h\
+	  $(top_srcdir)/gegl/operation/gegl-operation.h\
+	  $(top_srcdir)/tools/create-reference.rb
 if HAVE_RUBY
-	../tools/create-reference.rb ../gegl/gegl.h ../gegl/buffer/gegl-buffer.h ../gegl/operation/gegl-operation.h api.html
+	$(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 $@
 endif
 
 index.html: index-static.txt		\



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