Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2021 21:42:05 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 8dc71efa19 - main - Restore the generation of the TOCs in the Makefile
Message-ID:  <202102132142.11DLg5j3092217@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

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

commit 8dc71efa19fb1fa057b2cf88068df87a56d7c22e
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-02-13 21:40:00 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102132142.11DLg5j3092217>