diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-08-12 14:44:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-08-12 14:44:12 +0000 |
commit | cdf9b776e81bdffdcfa54e8d98bdcaff468b2274 (patch) | |
tree | 89c0f52000176a3a2dba717b66e2e1db95abc0ce /docs/reference/gdk-pixbuf/Makefile.am | |
parent | 97cea9ca8cb6d4919d4039748d1a72fc1dea30a1 (diff) | |
download | gtk+-cdf9b776e81bdffdcfa54e8d98bdcaff468b2274.tar.gz |
Set GPATH to fix srcdir != builddir problems with GNU make.
Sun Aug 12 10:03:42 2001 Owen Taylor <otaylor@redhat.com>
* */Makefile.am: Set GPATH to fix srcdir != builddir
problems with GNU make.
Diffstat (limited to 'docs/reference/gdk-pixbuf/Makefile.am')
-rw-r--r-- | docs/reference/gdk-pixbuf/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 8dd13bcfde..5c2dc329f5 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -72,6 +72,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC) # Everything below here is generic # #################################### +# We set GPATH here; this gives us semantics for GNU make +# which are more like other make's VPATH, when it comes to +# whether a source that is a target of one rule is then +# searched for in VPATH/GPATH. +# +GPATH = $(srcdir) + TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) EXTRA_DIST = \ |