gegl r2436 - trunk/docs



Author: ok
Date: Fri Jun 13 23:00:49 2008
New Revision: 2436
URL: http://svn.gnome.org/viewvc/gegl?rev=2436&view=rev

Log:
* Makefile.am: ensure that the operations get installed with devhelp
when parallell builds are done.


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

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Fri Jun 13 23:00:49 2008
@@ -15,6 +15,10 @@
 HTML_FILES += api.html
 endif
 
+# dummy target to force the operations be available for scanning when
+# creating the docbook index when doing parallel builds.
+api.html: operations.html
+
 if HAVE_ENSCRIPT
 ENSCRIPT_FILES = \
 	brightness-contrast.c.html	\



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