2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#1240] Added directory for distcheck

This commit is contained in:
Francis Dupont
2020-05-17 21:16:08 +02:00
committed by Tomek Mrugalski
parent 8d6e7f67c2
commit fca63efa0f

View File

@@ -2,7 +2,7 @@ EXTRA_DIST=
sphinxbuilddir=$(builddir)/_build sphinxbuilddir=$(builddir)/_build
# list of api files that are used to generate api.rst # 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)) api_files=$(foreach af,$(api_files1), $(srcdir)/$(af))
if GENERATE_DOCS if GENERATE_DOCS