@@ -15,8 +15,7 @@ See link:TRANSLATING.md[the translating document] for more information.
15
15
== How To Generate the Book
16
16
17
17
You can generate the e-book files manually with Asciidoctor.
18
- We used to be able to build .mobi files (Kindle), but cannot do so now, see #1496 for more information.
19
- If you run the following you _may_ actually get HTML, Epub and PDF output files:
18
+ If you run the following you _may_ actually get HTML, Epub, Mobi and PDF output files:
20
19
21
20
----
22
21
$ bundle install
@@ -25,11 +24,13 @@ Converting to HTML...
25
24
-- HTML output at progit.html
26
25
Converting to EPub...
27
26
-- Epub output at progit.epub
27
+ Converting to Mobi (kf8)...
28
+ -- Mobi output at progit.mobi
28
29
Converting to PDF...
29
30
-- PDF output at progit.pdf
30
31
----
31
32
32
- You can generate just one of the supported formats (HTML, EPUB, or PDF).
33
+ You can generate just one of the supported formats (HTML, EPUB, mobi, or PDF).
33
34
Use one of the following commands:
34
35
35
36
To generate the HTML book:
@@ -44,6 +45,12 @@ To generate the EPUB book:
44
45
$ bundle exec rake book:build_epub
45
46
----
46
47
48
+ To generate the mobi book:
49
+
50
+ ----
51
+ $ bundle exec rake book:build_mobi
52
+ ----
53
+
47
54
To generate the PDF book:
48
55
49
56
----
0 commit comments