git: 0e60961e5a - main - FDP-overview: Fix build output path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Sep 2023 06:54:04 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=0e60961e5a28024ef485514bf4e683b43795a02a commit 0e60961e5a28024ef485514bf4e683b43795a02a Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-09-25 06:52:34 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-09-25 06:52:34 +0000 FDP-overview: Fix build output path PR: 274072 Submitted by: Graham Perrin <grahamperring@gmail.com> --- documentation/content/en/books/fdp-primer/overview/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc index a2bfc6a3d7..2a7842dbda 100644 --- a/documentation/content/en/books/fdp-primer/overview/_index.adoc +++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc @@ -143,7 +143,7 @@ To reduce compile time, only one language can be compiled: % make DOC_LANG=en .... + -The build output is stored in [.filename]#~/documentation/public/articles/# and [.filename]#~/documentation/public/books/#. +The build output is stored in [.filename]#~/documentation/public/en/articles/# and [.filename]#~/documentation/public/en/books/#. + . Review the build output and ensure the edits are free from typos, layout problems, or errors. If any errors are found during the build process, edit the problematic files to fix any issues that show up, then run the build command again until all errors are resolved. +