Skip to content

Commit

Permalink
FDP-overview: Fix build output path
Browse files Browse the repository at this point in the history
PR:             274072
Submitted by:   Graham Perrin <grahamperring@gmail.com>
  • Loading branch information
sergio-carlavilla committed Sep 25, 2023
1 parent 8b69e0b commit 0e60961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
+
Expand Down

0 comments on commit 0e60961

Please sign in to comment.