From: Francis Dupont Date: Mon, 27 Jul 2020 14:20:33 +0000 (+0200) Subject: [#1248] Dist generated .txt files X-Git-Tag: Kea-1.7.10~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2590b3e64d6bf8a5776c7cad905af7ecfc16d5;p=thirdparty%2Fkea.git [#1248] Dist generated .txt files --- diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index f5118bc43f..7f3b67bf8b 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -78,6 +78,9 @@ $(srcdir)/kea-messages.rst: $(mes_files) mes2doc.py api-files.txt: api/api_files.mk @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 # build process as api.rst is always generated via sphinx's conf.py $(srcdir)/api.rst: $(api_files) api-files.txt api2doc.py