--- docs/gallery/Makefile.am.old 2010-02-07 09:43:55.000000000 -0500 +++ docs/gallery/Makefile.am 2010-02-21 03:16:43.000000000 -0500 @@ -38,7 +38,7 @@ @touch images.stamp %.png: %.xml - @GEGL_DEBUG_TIME=yes GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \ + @GEGL_DEBUG_TIME=yes GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \ $(top_builddir)/bin/gegl$(EXEEXT) $< -o `echo $@ | sed s?$(srcdir)/??` > `echo $@ | sed s?$(srcdir)/?? | sed -e s/png/txt/`; all-local: images.stamp index.html --- docs/gallery/Makefile.in.old 2010-02-07 10:47:48.000000000 -0500 +++ docs/gallery/Makefile.in 2010-02-21 03:17:15.000000000 -0500 @@ -668,7 +668,7 @@ @touch images.stamp %.png: %.xml - @GEGL_DEBUG_TIME=yes GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \ + @GEGL_DEBUG_TIME=yes GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \ $(top_builddir)/bin/gegl$(EXEEXT) $< -o `echo $@ | sed s?$(srcdir)/??` > `echo $@ | sed s?$(srcdir)/?? | sed -e s/png/txt/`; all-local: images.stamp index.html --- docs/Makefile.am.old 2010-02-07 09:43:55.000000000 -0500 +++ docs/Makefile.am 2010-02-21 03:40:28.000000000 -0500 @@ -65,11 +65,11 @@ all-local: $(HTML_FILES) operations.html: $(top_builddir)/tools/operation_reference$(EXEEXT) $(top_srcdir)/operations/*/*.c - GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \ + GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \ $(top_builddir)/tools/operation_reference$(EXEEXT) --ops-html > $@ class-hierarchy.html: $(top_builddir)/tools/introspect$(EXEEXT) $(top_srcdir)/operations/*/*.c $(top_srcdir)/gegl/*.c - GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \ + GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \ $(top_builddir)/tools/introspect$(EXEEXT) > $@ gegl.h.html: $(top_srcdir)/gegl/gegl.h --- docs/Makefile.in.old 2010-02-07 10:47:48.000000000 -0500 +++ docs/Makefile.in 2010-02-21 03:41:09.000000000 -0500 @@ -695,11 +695,11 @@ all-local: $(HTML_FILES) operations.html: $(top_builddir)/tools/operation_reference$(EXEEXT) $(top_srcdir)/operations/*/*.c - GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \ + GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \ $(top_builddir)/tools/operation_reference$(EXEEXT) --ops-html > $@ class-hierarchy.html: $(top_builddir)/tools/introspect$(EXEEXT) $(top_srcdir)/operations/*/*.c $(top_srcdir)/gegl/*.c - GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \ + GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \ $(top_builddir)/tools/introspect$(EXEEXT) > $@ gegl.h.html: $(top_srcdir)/gegl/gegl.h