docs: Fix out-of-tree builds
authorHilko Bengen <bengen@debian.org>
Sun, 14 Aug 2016 11:08:25 +0000 (13:08 +0200)
committerHilko Bengen <bengen@debian.org>
Mon, 15 Jan 2018 13:04:59 +0000 (13:04 +0000)
Gbp-Pq: Name 0007-docs-Fix-out-of-tree-builds.patch

docs/Makefile.am

index ca28ef94cf01420a0912caf45ac4138655907c81..958d358d22033e9cbbf17207e0d775feb9c94753 100644 (file)
@@ -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)