diff options
author | Francis Dupont <fdupont@isc.org> | 2020-05-17 21:16:08 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2020-05-22 18:21:09 +0200 |
commit | fca63efa0fd5d639c03b0e86f1d55d2be721e68d (patch) | |
tree | 47ebee65ea6c10a9d761a757ba2d8e80e65c4f64 /doc | |
parent | [#1240] Moved api_files definition (diff) | |
download | kea-fca63efa0fd5d639c03b0e86f1d55d2be721e68d.tar.xz kea-fca63efa0fd5d639c03b0e86f1d55d2be721e68d.zip |
[#1240] Added directory for distcheck
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |