Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302107
Collapse All | Expand All

(-)docs/gallery/Makefile.am.old (-1 / +1 lines)
Lines 38-44 Link Here
38
	@touch images.stamp
38
	@touch images.stamp
39
39
40
%.png: %.xml
40
%.png: %.xml
41
	@GEGL_DEBUG_TIME=yes GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \
41
	@GEGL_DEBUG_TIME=yes GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \
42
	$(top_builddir)/bin/gegl$(EXEEXT) $< -o `echo $@ | sed s?$(srcdir)/??` > `echo $@ | sed s?$(srcdir)/?? | sed -e s/png/txt/`;
42
	$(top_builddir)/bin/gegl$(EXEEXT) $< -o `echo $@ | sed s?$(srcdir)/??` > `echo $@ | sed s?$(srcdir)/?? | sed -e s/png/txt/`;
43
43
44
all-local: images.stamp index.html
44
all-local: images.stamp index.html
(-)docs/gallery/Makefile.in.old (-1 / +1 lines)
Lines 668-674 Link Here
668
	@touch images.stamp
668
	@touch images.stamp
669
669
670
%.png: %.xml
670
%.png: %.xml
671
	@GEGL_DEBUG_TIME=yes GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \
671
	@GEGL_DEBUG_TIME=yes GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \
672
	$(top_builddir)/bin/gegl$(EXEEXT) $< -o `echo $@ | sed s?$(srcdir)/??` > `echo $@ | sed s?$(srcdir)/?? | sed -e s/png/txt/`;
672
	$(top_builddir)/bin/gegl$(EXEEXT) $< -o `echo $@ | sed s?$(srcdir)/??` > `echo $@ | sed s?$(srcdir)/?? | sed -e s/png/txt/`;
673
673
674
all-local: images.stamp index.html
674
all-local: images.stamp index.html
(-)docs/Makefile.am.old (-2 / +2 lines)
Lines 65-75 Link Here
65
all-local: $(HTML_FILES)
65
all-local: $(HTML_FILES)
66
66
67
operations.html: $(top_builddir)/tools/operation_reference$(EXEEXT) $(top_srcdir)/operations/*/*.c
67
operations.html: $(top_builddir)/tools/operation_reference$(EXEEXT) $(top_srcdir)/operations/*/*.c
68
	GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \
68
	GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \
69
	$(top_builddir)/tools/operation_reference$(EXEEXT) --ops-html > $@
69
	$(top_builddir)/tools/operation_reference$(EXEEXT) --ops-html > $@
70
70
71
class-hierarchy.html: $(top_builddir)/tools/introspect$(EXEEXT) $(top_srcdir)/operations/*/*.c $(top_srcdir)/gegl/*.c
71
class-hierarchy.html: $(top_builddir)/tools/introspect$(EXEEXT) $(top_srcdir)/operations/*/*.c $(top_srcdir)/gegl/*.c
72
	GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \
72
	GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \
73
	$(top_builddir)/tools/introspect$(EXEEXT) > $@
73
	$(top_builddir)/tools/introspect$(EXEEXT) > $@
74
74
75
gegl.h.html: $(top_srcdir)/gegl/gegl.h
75
gegl.h.html: $(top_srcdir)/gegl/gegl.h
(-)docs/Makefile.in.old (-2 / +2 lines)
Lines 695-705 Link Here
695
all-local: $(HTML_FILES)
695
all-local: $(HTML_FILES)
696
696
697
operations.html: $(top_builddir)/tools/operation_reference$(EXEEXT) $(top_srcdir)/operations/*/*.c
697
operations.html: $(top_builddir)/tools/operation_reference$(EXEEXT) $(top_srcdir)/operations/*/*.c
698
	GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \
698
	GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \
699
	$(top_builddir)/tools/operation_reference$(EXEEXT) --ops-html > $@
699
	$(top_builddir)/tools/operation_reference$(EXEEXT) --ops-html > $@
700
700
701
class-hierarchy.html: $(top_builddir)/tools/introspect$(EXEEXT) $(top_srcdir)/operations/*/*.c $(top_srcdir)/gegl/*.c
701
class-hierarchy.html: $(top_builddir)/tools/introspect$(EXEEXT) $(top_srcdir)/operations/*/*.c $(top_srcdir)/gegl/*.c
702
	GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \
702
	GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations LD_PRELOAD=/usr/lib/libGL.so \
703
	$(top_builddir)/tools/introspect$(EXEEXT) > $@
703
	$(top_builddir)/tools/introspect$(EXEEXT) > $@
704
704
705
gegl.h.html: $(top_srcdir)/gegl/gegl.h
705
gegl.h.html: $(top_srcdir)/gegl/gegl.h

Return to bug 302107