From 224ab468acaa8a20df0206d065145d94a5480cd1 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: May 14 2020 18:50:26 +0000 Subject: Update makefile to work with Inkscape 1.0 1.0 is in F31 and F32 stable repos. A few of the commandline flags for < 1.0 releases are no longer valid in 1.0. --- diff --git a/images/Makefile b/images/Makefile index 2fabf1c..5bd2611 100644 --- a/images/Makefile +++ b/images/Makefile @@ -8,7 +8,7 @@ help: all: help %.png: %.svg - @inkscape --without-gui --export-area-page --export-width=1890 --export-file=$@ $< + @inkscape --export-area-page --export-width=1890 --export-filename=$@ $< %.jpg: %.png @convert $< $@