From: Petter Reinholdtsen Date: Thu, 30 Jul 2015 22:40:33 +0000 (+0000) Subject: Make sure inkscape generate 300 dpi images. X-Git-Tag: edition-2015-10-10~362 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/513c51de2ae8eb814d140b0848ce810fd6209ba4 Make sure inkscape generate 300 dpi images. --- diff --git a/Makefile b/Makefile index 68b3e68..4775fc2 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ html: freeculture.nb.html freeculture.html echo "Using $$pipeline pipeline" ; \ case "$$pipeline" in \ dblatex) \ - $(DBLATEX) $< ; \ + PATH=$(PWD)/bin:$$PATH $(DBLATEX) $< ; \ ;; \ xmlto) \ xmlto --noautosize \ diff --git a/bin/inkscape b/bin/inkscape new file mode 100755 index 0000000..ab13ab6 --- /dev/null +++ b/bin/inkscape @@ -0,0 +1,3 @@ +#!/bin/sh +# Workaround for +exec /usr/bin/inkscape --export-dpi=300 "$@"