summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-03-25 15:17:42 +0100
committerJonas Smedegaard <dr@jones.dk>2015-03-25 15:17:42 +0100
commitbff83d9b0b0215f21e37abcd50f63a31bcbbf25c (patch)
treee3787dca989bea48006bad5872e7b28a57cc0cca /Makefile
parent30e39dee7cf19ca92ad25e394783f4725ae1dd55 (diff)
Tweak margins and suppress barcode for ebook flavor.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 283ef1c..a95c798 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ args_a4 = -V papersize=a4paper -V fontsize=10pt -V classoption=twoside
args_a4 += -M isbn="978-90-823692-1-2" -V coverpage="$(stem)-a4-front.pdf"
args_book = -V papersize=b5paper -V fontsize=10pt -V classoption=twoside
args_ebook = -V papersize=a5paper -V fontsize=12pt -V classoption=oneside -V classoption=openany
-args_ebook += -M isbn="978-90-823692-0-5" -V coverpage="$(stem)-a4-front.pdf"
+args_ebook += -M isbn="978-90-823692-0-5" -V isbn-nobarcode=1 -V coverpage="$(stem)-a4-front.pdf"
args_ebook += -H header-ebook.tex
all: $(flavors:%=$(stem)-%.pdf)