Skip to content

Commit ea872f8

Browse files
committed
Explain missing .mobi builds in readme
- Add new sentence explaining missing .mobi builds. - Remove .mobi from list of output files - Remove .mobi from bundle exec rake book:build example
1 parent 26e50c1 commit ea872f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.asc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ See link:TRANSLATING.md[the translating document] for more information.
1515
== How To Generate the Book
1616

1717
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:
1920

2021
----
2122
$ bundle install
@@ -24,8 +25,6 @@ Converting to HTML...
2425
-- HTML output at progit.html
2526
Converting to EPub...
2627
-- Epub output at progit.epub
27-
Converting to Mobi (kf8)...
28-
-- Mobi output at progit.mobi
2928
Converting to PDF...
3029
-- PDF output at progit.pdf
3130
----

0 commit comments

Comments
 (0)