File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ 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
- If you run the following you _may_ actually get HTML, Epub, Mobi and PDF output files:
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:
19
20
20
21
----
21
22
$ bundle install
@@ -24,8 +25,6 @@ Converting to HTML...
24
25
-- HTML output at progit.html
25
26
Converting to EPub...
26
27
-- Epub output at progit.epub
27
- Converting to Mobi (kf8)...
28
- -- Mobi output at progit.mobi
29
28
Converting to PDF...
30
29
-- PDF output at progit.pdf
31
30
----
You can’t perform that action at this time.
0 commit comments