From be8f2564563fc4488d7c71e4e56d9e62c21501df Mon Sep 17 00:00:00 2001 From: Andre Gregori Date: Thu, 4 Jun 2020 16:13:08 -0400 Subject: [PATCH] Modify `inkscape` command to be compatible with Inkscape 1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a4ed744..05a521b3 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ $(META): $(NEXUS) create_metafiles.rb ./create_metafiles.rb $(THUMB): $(COVER) - @inkscape -b "#fbfbfb" -C -e $(THUMB) -f $(DIR)fig/coverpage.std.svg > /dev/null + @inkscape $(DIR)fig/coverpage.std.svg -b "#fbfbfb" -C --export-filename=$(THUMB) > /dev/null $(GOAL): $(META) $(THUMB) $(FIG) $(CSS) $(FONT) mimetype META-INF/* LICENSE @if [ -f $(GOAL) ]; then rm $(GOAL); fi; \