Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2023 16:02:48 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: b8a8ba1a4f - main - FDP - Clarify that the make command is not used in the top level dir
Message-ID:  <202302171602.31HG2mRb069183@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=b8a8ba1a4f1165bc6ef1097bf5d63e6dd487adcf

commit b8a8ba1a4f1165bc6ef1097bf5d63e6dd487adcf
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-02-17 16:01:55 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-02-17 16:01:55 +0000

    FDP - Clarify that the make command is not used in the top level dir
---
 documentation/content/en/books/fdp-primer/overview/_index.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc
index 1c7ca13739..6b1ce7554a 100644
--- a/documentation/content/en/books/fdp-primer/overview/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc
@@ -129,7 +129,7 @@ These people can help with questions or problems involving the documentation.
 Review the output and edit the file to fix any problems shown, then rerun the command to find any remaining problems.
 Repeat until all of the errors are resolved.
 +
-. *_Always_* build and test the changes before submitting them. Running `make` in the top-level directory of the documentation will generate that documentation in HTML format.
+. *_Always_* build and test the changes before submitting them. Running `make` in the `documentation` or `website` subdirectories will generate the documentation in HTML format.
 +
 [source,shell]
 ....
@@ -197,7 +197,7 @@ Consult your distribution's package manager if in doubt.
 Review the output and edit the files to fix any problems shown, then rerun the command to find any remaining problems.
 Repeat until all of the errors are resolved.
 +
-. Always build and test the changes before submitting them. Running `bmake` in the top-level directory of the documentation will generate that documentation in HTML format.
+. Always build and test the changes before submitting them. Running `bmake` in the `documentation` or `website` subdirectories will generate the documentation in HTML format.
 +
 [source,shell]
 ....
@@ -282,7 +282,7 @@ $ git clone https://git.FreeBSD.org/doc.git ~/doc
 Review the output and edit the files to fix any problems shown, then rerun the command to find any remaining problems.
 Repeat until all of the errors are resolved.
 +
-. Always build and test the changes before submitting them. Running `bmake` in the top-level directory of the documentation will generate that documentation in HTML format.
+. Always build and test the changes before submitting them. Running `bmake` in the `documentation` or `website` subdirectories will generate the documentation in HTML format.
 +
 [source,shell]
 ....



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