Skip to content

Commit 8d2878d

Browse files
authored
Merge pull request #1509 from HonkingGoose/readme-mobi-builds-gone-for-now
Explain missing .mobi builds in readme
2 parents 26e50c1 + ea872f8 commit 8d2878d

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)