From 5fdf777e027f6b068eb64313647391d1b50170f1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 15 Jun 2014 17:27:43 +0900 Subject: simplify makemobi so that the mobi files it produces are not rejected by Amazon --- bin/makemobi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bin/makemobi') 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" -- cgit v1.2.3