1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00

Restore the generation of the TOCs in the Makefile

Restore the generation of the TOCs in the Makefile
when running make run
This commit is contained in:
Sergio Carlavilla Delgado
2021-02-13 22:40:00 +01:00
parent fb36cfdfb2
commit 8dc71efa19
+2 -1
View File
@@ -26,6 +26,7 @@ LANGUAGES = en,es,pt-br,de,ja,zh-cn,zh-tw,ru,el,hu,it,mn,nl,pl,fr
.ORDER: generate-books-toc build
all: starting-message generate-books-toc build
run: starting-message generate-books-toc run-local
starting-message: .PHONY
@echo ---------------------------------------------------------------
@@ -39,7 +40,7 @@ generate-books-toc: .PHONY
${PYTHON_CMD} ./tools/books-toc-tables-creator.py -l ${LANGUAGES}
${PYTHON_CMD} ./tools/books-toc-examples-creator.py -l ${LANGUAGES}
run: .PHONY
run-local: .PHONY
${HUGO_CMD} server -D
build: .PHONY