@@ -15,8 +15,7 @@ See link:TRANSLATING.md[the translating document] for more information.
1515== How To Generate the Book
1616
1717You 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:
2019
2120----
2221$ bundle install
@@ -25,11 +24,13 @@ Converting to HTML...
2524 -- HTML output at progit.html
2625Converting to EPub...
2726 -- Epub output at progit.epub
27+ Converting to Mobi (kf8)...
28+ -- Mobi output at progit.mobi
2829Converting to PDF...
2930 -- PDF output at progit.pdf
3031----
3132
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).
3334Use one of the following commands:
3435
3536To generate the HTML book:
@@ -44,6 +45,12 @@ To generate the EPUB book:
4445$ bundle exec rake book:build_epub
4546----
4647
48+ To generate the mobi book:
49+
50+ ----
51+ $ bundle exec rake book:build_mobi
52+ ----
53+
4754To generate the PDF book:
4855
4956----
0 commit comments