diff options
Diffstat (limited to 'docs/reference/gdk-pixbuf')
-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 = \ |