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

[#1248] Dist generated .txt files

This commit is contained in:
Francis Dupont
2020-07-27 16:20:33 +02:00
parent 368a2ac451
commit 1d2590b3e6

View File

@@ -78,6 +78,9 @@ $(srcdir)/kea-messages.rst: $(mes_files) mes2doc.py
api-files.txt: api/api_files.mk api-files.txt: api/api_files.mk
@sed 's;_files .*%/;/;' $< > $@ @sed 's;_files .*%/;/;' $< > $@
# some tools do not use this makefile but still need generate files.
EXTRA_DIST += mes-files.txt api-files.txt
# this rule is only used for development purposes and is not used in official # this rule is only used for development purposes and is not used in official
# build process as api.rst is always generated via sphinx's conf.py # build process as api.rst is always generated via sphinx's conf.py
$(srcdir)/api.rst: $(api_files) api-files.txt api2doc.py $(srcdir)/api.rst: $(api_files) api-files.txt api2doc.py