git: 8dc71efa19 - main - Restore the generation of the TOCs in the Makefile

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Sat Feb 13 21:42:05 UTC 2021


The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8dc71efa19fb1fa057b2cf88068df87a56d7c22e

commit 8dc71efa19fb1fa057b2cf88068df87a56d7c22e
Author:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
AuthorDate: 2021-02-13 21:40:00 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
CommitDate: 2021-02-13 21:40:00 +0000

    Restore the generation of the TOCs in the Makefile
    
    Restore the generation of the TOCs in the Makefile
    when running make run
---
 documentation/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/Makefile b/documentation/Makefile
index c26485e6e1..57472063dd 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -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


More information about the dev-commits-doc-all mailing list