From fca63efa0fd5d639c03b0e86f1d55d2be721e68d Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 17 May 2020 21:16:08 +0200 Subject: [PATCH] [#1240] Added directory for distcheck --- doc/sphinx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index 16e327a6bd..759ab53eb4 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST= sphinxbuilddir=$(builddir)/_build # list of api files that are used to generate api.rst -api_files1=$(shell cat api-files.txt) +api_files1=$(shell cat $(srcdir)/api-files.txt) api_files=$(foreach af,$(api_files1), $(srcdir)/$(af)) if GENERATE_DOCS