|
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 |