aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-11-22 17:19:57 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-11-22 17:19:57 +0100
commit79b7e6a5b5fb41060d4f2add124daf380a997d38 (patch)
tree702ffb9fa8efb47220ffc8cc1e96969bfa5411b4
parent56e02baee82898a0b078a340f357418c03e4b65b (diff)
Update makefile to new inkscape version
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 44fa7f0..c643e7e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,11 @@ all: $(PNG_TARGETS) $(SVG_TARGETS)
$(BUILDDIR)/%.png: $(SRCDIR)/%-source.svg
mkdir -p ${BUILDDIR}
- inkscape $< -i layer3 -j -C -e $@ -w 166 -h 192 -y 0
+ inkscape $< -i layer3 -j -C -o $@ -w 166 -h 192 -y 0
$(BUILDDIR)/%.svg: $(SRCDIR)/%-source.svg
mkdir -p ${BUILDDIR}
- inkscape $< -i layer3 -j -C -l $@ -w 166 -h 192 -y 0
+ inkscape $< -i layer3 -j -C -l -o $@ -w 166 -h 192 -y 0
clean:
rm -f ${BUILDDIR}/*.png ${BUILDDIR}/*.svg