File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ calibre
1
2
librsvg2-bin
2
3
texlive-fonts-recommended
3
4
texlive-latex-recommended
Original file line number Diff line number Diff line change @@ -76,9 +76,10 @@ deploy_js: local_js
76
76
# This target builds the PDF and the epub version and pushes them
77
77
# out to an S3 bucket
78
78
79
- deploy_print : pdf epub
79
+ deploy_print : pdf ebook
80
80
($( S3PUT) build/latex/ModelicaByExample.pdf s3://files.xogeny.com/ModelicaByExample/)
81
81
($( S3PUT) build/epub/ModelicabyExample.epub s3://files.xogeny.com/ModelicaByExample/)
82
+ ($( S3PUT) build/epub/ModelicabyExample.mobi s3://files.xogeny.com/ModelicaByExample/)
82
83
83
84
84
85
@@ -219,6 +220,13 @@ epub:
219
220
@echo
220
221
@echo " Build finished. The epub file is in $( BUILDDIR) /epub."
221
222
223
+ mobi : epub
224
+ (cd $( BUILDDIR) /epub; ebook-convert ModelicabyExample.epub ModelicabyExample.mobi)
225
+ @echo
226
+ @echo " Conversion to mobi finished. The mobi file is in $( BUILDDIR) /epub."
227
+
228
+ ebook : epub mobi
229
+
222
230
latex : specs results images
223
231
$(SPHINXBUILD ) -b latex -t latex $(ALLSPHINXOPTS ) $(BUILDDIR ) /latex
224
232
@echo
You can’t perform that action at this time.
0 commit comments