mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
added back rules to Makefile.am for generating api.rst and kea-messages.rst but only for development purposes
This commit is contained in:
@@ -239,6 +239,16 @@ else
|
|||||||
all: html mans
|
all: html mans
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# this rule is only used for development purposes and is not used in official
|
||||||
|
# build process as kea-messages.rst is always generated via sphinx's conf.py
|
||||||
|
$(srcdir)/kea-messages.rst: $(mes_files) mes2doc.py
|
||||||
|
$(PYTHON) $(srcdir)/mes2doc.py -o $@ $(mes_files)
|
||||||
|
|
||||||
|
# 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) api2doc.py
|
||||||
|
$(PYTHON) $(srcdir)/api2doc.py -o $@ $(api_files)
|
||||||
|
|
||||||
|
|
||||||
PDFLATEX_AND_OPTS=$(PDFLATEX) -interaction nonstopmode
|
PDFLATEX_AND_OPTS=$(PDFLATEX) -interaction nonstopmode
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user