From 0d5a509e240a71b75ceb51aa8f4f9bd2a15b5a70 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sun, 14 Aug 2016 13:08:25 +0200 Subject: [PATCH] docs: Fix out-of-tree builds Gbp-Pq: Name 0007-docs-Fix-out-of-tree-builds.patch --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index b67735b2..3d1190f3 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) -- 2.30.2