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>
Thu, 20 Apr 2017 21:08:05 +0000 (21:08 +0000)
Gbp-Pq: Name 0007-docs-Fix-out-of-tree-builds.patch

docs/Makefile.am

index b67735b2474a07d13d5540fbcf40082b4d2754a5..3d1190f375644c37dab684943b755bb8d5967845 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)