1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

rename html target to html-local folowing autoconf warning

This commit is contained in:
q-posev 2021-11-18 13:59:34 +01:00
parent f89481fe60
commit ac2e070956

View File

@ -181,8 +181,8 @@ dist_html_DATA = $(HTML_FILES)
$(HTML_TANGLED): $(htmlizer)
html: $(dist_html_DATA)
doc: html
html-local: $(dist_html_DATA)
doc: html-local
# =============== DEVELOPER MODE =============== #