gegl r2001 - trunk/docs



Author: ok
Date: Mon Feb 11 09:51:54 2008
New Revision: 2001
URL: http://svn.gnome.org/viewvc/gegl?rev=2001&view=rev

Log:
* Makefile.am: poked at misc rules in the make file, to at least
make it pass $ make install


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

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Mon Feb 11 09:51:54 2008
@@ -46,22 +46,22 @@
 	GEGL_PATH=$(top_builddir)/operations \
 	$(top_builddir)/tools/introspect > $@
 
-gegl.h.html: ../gegl/gegl.h
+gegl.h.html: $(top_srcdir)/gegl/gegl.h
 if HAVE_ENSCRIPT
 	enscript -E --color --language=html -p$@ $<
 endif
 
-gegl-operation.h.html: ../gegl/operation/gegl-operation.h
+gegl-operation.h.html: $(top_srcdir)/gegl/operation/gegl-operation.h
 if HAVE_ENSCRIPT
 	enscript -E --color --language=html -p$@ $<
 endif
 
-gegl-plugin.h.html: ../gegl/gegl-plugin.h
+gegl-plugin.h.html: $(top_srcdir)/gegl/gegl-plugin.h
 if HAVE_ENSCRIPT
 	enscript -E --color --language=html -p$@ $<
 endif
 
-brightness-contrast.c.html: ../operations/color/brightness-contrast.c
+brightness-contrast.c.html: $(top_srcdir)/operations/color/brightness-contrast.c
 if HAVE_ENSCRIPT
 	enscript -E --color --language=html -p$@ $<
 endif
@@ -94,7 +94,10 @@
 
 install-exec-local: all-local
 	$(INSTALL) -d $(help_dir)
-	$(INSTALL) $(srcdir)/*.h.html $(srcdir)/api.html $(srcdir)/gegl.devhelp $(help_dir)
+	$(INSTALL) $(srcdir)/brightness-contrast.c.html \
+	    $(srcdir)/gegl.h.html \
+	    $(srcdir)/gegl-operation.h.html \
+	    $(srcdir)/api.html $(srcdir)/gegl.devhelp $(help_dir)
 	$(INSTALL) -T $(srcdir)/devhelp.css $(help_dir)/gegl.css
 
 uninstall-local:



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