View | Details | Raw Unified | Return to bug 255696
Collapse All | Expand All

(-)b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc (-1 / +6 lines)
Lines 51-56 Different types of output can be produced from a single AsciiDoc source file. Link Here
51
ePub file format.
51
ePub file format.
52
|===
52
|===
53
53
54
[NOTE]
55
====
56
On macOS and Linux, GNU Make doesn't work due to the syntax differrence. Users have to install bmake(Berkerly Make) manually.
57
====
58
54
[[doc-build-rendering-html]]
59
[[doc-build-rendering-html]]
55
=== Rendering to html
60
=== Rendering to html
56
61
Lines 122-128 In order to export the document correctly all the extensions should be passed us Link Here
122
127
123
These are the tools used to build and install the FDP documentation.
128
These are the tools used to build and install the FDP documentation.
124
129
125
* The primary build tool is man:make[1], specifically Berkeley Make.
130
* The primary build tool is man:make[1], specifically Berkeley Make. Therefore, bmake should be installed and used on macOS and Linux.
126
* Python is used to generate the Table of Contents and other related Tables.
131
* Python is used to generate the Table of Contents and other related Tables.
127
* Hugo
132
* Hugo
128
* AsciiDoctor
133
* AsciiDoctor
(-)b/documentation/content/en/books/fdp-primer/overview/_index.adoc (+2 lines)
Lines 85-90 Repeat until all of the errors are resolved. Link Here
85
% make
85
% make
86
....
86
....
87
+
87
+
88
On macOS and Linux, install and use bmake because GNU Make doesn't work due to the differeces of sytax.
89
+
88
. When changes are complete and tested, generate a "diff file":
90
. When changes are complete and tested, generate a "diff file":
89
+
91
+
90
[source,shell]
92
[source,shell]

Return to bug 255696