summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-03-25 16:38:06 +0100
committerJonas Smedegaard <dr@jones.dk>2015-03-25 16:38:06 +0100
commitb703505823e34ca94f81cca9f4817003b64d90b3 (patch)
treef2254f16cbbd4c0fe335a47a3a729ab034aa2528
parentbff83d9b0b0215f21e37abcd50f63a31bcbbf25c (diff)
Fix enable em- and en-dash hacks. Optimize front page jpeg more aggressively (to hopefully fix horisontal artifacts with EP photocopier).
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a95c798..126a29e 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ get-$(stem)-front-a4-orig.svg: get-%:
$(stem)-front-photo.jpg: $(stem)-front-photo-orig.jpg
cp -f $< $@
- jpegoptim --strip-all $@
+ jpegoptim --strip-all --all-progressive --force $@
$(stem)-front-logo2.png: $(stem)-front-logo2.bmp
optipng -clobber $<
@@ -87,7 +87,7 @@ $(stem).mw: $(stem).raw
$(stem).native: $(stem).mw $(localfilters)
$(env_filter) pandoc -f mediawiki --smart $(args_meta) $(args_filter) -o $@ $<
-# ./native-hacks $@
+ ./native-hacks $@
$(markdown_includes:.md=.tex): %.tex: %.md
pandoc -f markdown -t latex --chapters -o $@ $<