summaryrefslogtreecommitdiff
path: root/bin/makemobi
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-06-15 17:27:43 +0900
committerSean Whitton <spw+git@sdf.org>2014-06-15 17:27:43 +0900
commit5fdf777e027f6b068eb64313647391d1b50170f1 (patch)
tree4c2cd34a380ed491cb66572f1788d7ecaac1ae02 /bin/makemobi
parentc5a2f8fda3628b2badbaf92391d0a43bc2a53c3d (diff)
downloaddotfiles-5fdf777e027f6b068eb64313647391d1b50170f1.tar.gz
simplify makemobi so that the mobi files it produces are not rejected by Amazon
Diffstat (limited to 'bin/makemobi')
-rwxr-xr-xbin/makemobi6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/makemobi b/bin/makemobi
index 06203021..1c3dee24 100755
--- a/bin/makemobi
+++ b/bin/makemobi
@@ -7,9 +7,5 @@ output="${input%.*}.mobi"
ebook-convert $input $output \
--output-profile kindle_pw \
- --smarten-punctuation \
- --enable-heuristics \
--authors "$author" \
- --title "$title" \
- --mobi-keep-original-images \
- --mobi-file-type new
+ --title "$title"