summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-12-31 20:24:37 +0100
committerJonas Smedegaard <dr@jones.dk>2014-12-31 20:24:37 +0100
commit4fe129c0b5d5bbdbba0e462c953dfa09c9bf7b72 (patch)
treeb912539d89c504533d6a1db11b9507180bbcf7f9
parentff858cc0f4de80fb84c7c65875d59eeff82bb070 (diff)
Explicitly class option openany for ebook (even if arguably covered by oneside).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 361f6de..d43a32a 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ args_latex += -V classoption=titlepage -V classoption=$(if $(final),final,draft)
flavors = a4 book ebook
args_a4 = -V papersize=a4paper -V fontsize=10pt -V classoption=oneside
args_book = -V papersize=b5paper -V fontsize=10pt -V classoption=twoside
-args_ebook = -V papersize=ebook -V fontsize=12pt -V classoption=oneside
+args_ebook = -V papersize=ebook -V fontsize=12pt -V classoption=oneside -V classoption=openany
all: $(flavors:%=$(stem)-%.pdf)