File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,7 @@ See link:CONTRIBUTING.md[the Contributing document] for more information.
1414
1515== How To Generate the Book
1616
17- There are two ways to generate e-book content from this source code.
18-
19- The easiest way is simply to let us do it.
20- A robot is standing by to look for new work on the main branch and automatically build it for everyone.
21-
22- You can find the current builds on http://git-scm.com/book[].
23-
24- The other way to generate e-book files is to do so manually with Asciidoctor.
17+ You can generate the e-book files manually with Asciidoctor.
2518If you run the following you _may_ actually get HTML, Epub, Mobi and PDF output files:
2619
2720----
@@ -37,7 +30,16 @@ Converting to PDF...
3730 -- PDF output at progit.pdf
3831----
3932
40- This uses the `asciidoctor`, `asciidoctor-pdf` and `asciidoctor-epub` projects.
33+ You can also use the following commands:
34+
35+ ----
36+ $ asciidoctor-pdf progit.asc
37+ $ asciidoctor-epub3 progit.asc
38+ $ asciidoctor-epub3 -a ebook-format=kf8 progit.asc
39+ ----
40+
41+ Both use the `asciidoctor`, `asciidoctor-pdf` and `asciidoctor-epub` projects.
42+
4143
4244== Signaling an Issue
4345
You can’t perform that action at this time.
0 commit comments