From: Hilko Bengen Date: Sun, 14 Aug 2016 11:08:25 +0000 (+0200) Subject: docs: Fix out-of-tree builds X-Git-Tag: archive/raspbian/1%1.44.0-1+rpi1~2^2^2^2^2^2^2^2^2^2^2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7cf20c64fb0a734add17e5feb228ecef722b33c9;p=libguestfs.git docs: Fix out-of-tree builds Gbp-Pq: Name 0007-docs-Fix-out-of-tree-builds.patch --- diff --git a/docs/Makefile.am b/docs/Makefile.am index a73e3712..ac80f48e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -93,7 +93,7 @@ source_files := $(shell cat $(srcdir)/C_SOURCE_FILES) internal-documentation.pod: $(source_files:%=$(top_srcdir)/%) rm -f $@ $@-t - ./make-internal-documentation.pl \ + $(srcdir)/make-internal-documentation.pl \ --srcdir $(top_srcdir) \ -o $@-t \ $(source_files)