mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[#1240] Moved api_files definition
This commit is contained in:
committed by
Tomek Mrugalski
parent
20cd5ab4d9
commit
8d6e7f67c2
@@ -1,6 +1,10 @@
|
||||
EXTRA_DIST=
|
||||
sphinxbuilddir=$(builddir)/_build
|
||||
|
||||
# list of api files that are used to generate api.rst
|
||||
api_files1=$(shell cat api-files.txt)
|
||||
api_files=$(foreach af,$(api_files1), $(srcdir)/$(af))
|
||||
|
||||
if GENERATE_DOCS
|
||||
|
||||
sphinxopts=
|
||||
@@ -78,11 +82,6 @@ EXTRA_DIST+=$(main_sources) $(man_sources) mes2doc.py api2doc.py $(man8s)
|
||||
mes_files1=$(shell cat mes-files.txt)
|
||||
mes_files=$(foreach mf,$(mes_files1), $(top_srcdir)/$(mf))
|
||||
|
||||
|
||||
# list of api files that are used to generate api.rst
|
||||
api_files1=$(shell cat api-files.txt)
|
||||
api_files=$(foreach af,$(api_files1), $(srcdir)/$(af))
|
||||
|
||||
EXTRA_DIST+=mes-files.txt
|
||||
EXTRA_DIST+=api-files.txt
|
||||
EXTRA_DIST+=$(api_files)
|
||||
|
Reference in New Issue
Block a user