From 8e43c1aa14f080dbb71fcd86feb28715fb672425 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 15 Dec 2015 18:18:04 -0500 Subject: [PATCH] contrib/asteronits: fix dependency on inkscape_tools MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/asteronits/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/asteronits/Makefile b/contrib/asteronits/Makefile index 65ce3f3..1110f36 100644 --- a/contrib/asteronits/Makefile +++ b/contrib/asteronits/Makefile @@ -32,4 +32,5 @@ android-release: $(shell ${NITLS} -M src/asteronits.nit android) ${NITC} res/dra ${NITC} src/touch_ui.nit -m android -o bin/asteronits.apk --release res/drawable-hdpi/icon.png: art/icon.svg + make -C ../inkscape_tools/ ../inkscape_tools/bin/svg_to_icons --out res --android art/icon.svg -- 1.7.9.5