From 513c51de2ae8eb814d140b0848ce810fd6209ba4 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 30 Jul 2015 22:40:33 +0000 Subject: [PATCH] Make sure inkscape generate 300 dpi images. --- Makefile | 2 +- bin/inkscape | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 bin/inkscape 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 "$@" -- 2.51.0