diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2018-02-16 13:57:05 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2018-02-16 13:57:05 +0100 |
commit | c283c27e79ac3bc3a3bb2643c9191a35ef6f30a4 (patch) | |
tree | 8917b65d9473280d808498899d9500126e72e887 /Makefile | |
parent | 76d60cf8cfcbe15e59fbff0d76d160a283767752 (diff) |
Convert to new inkscape dpi settings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,11 +11,11 @@ all: $(PNG_TARGETS) $(SVG_TARGETS) $(BUILDDIR)/%.png: $(SRCDIR)/%-source.svg mkdir -p ${BUILDDIR} - inkscape $< -i layer3 -j -C -e $@ -w 181 -h 209 -y 0 + inkscape $< -i layer3 -j -C -e $@ -w 166 -h 192 -y 0 $(BUILDDIR)/%.svg: $(SRCDIR)/%-source.svg mkdir -p ${BUILDDIR} - inkscape $< -i layer3 -j -C -l $@ -w 181 -h 209 -y 0 + inkscape $< -i layer3 -j -C -l $@ -w 166 -h 192 -y 0 clean: rm -f ${BUILDDIR}/*.png ${BUILDDIR}/*.svg |