mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
tolerate not having inkscape installed
This commit is contained in:
@@ -99,8 +99,10 @@ translations:
|
||||
data/locales.js: data/locales/*.js
|
||||
cat $^ > $@
|
||||
|
||||
SPRITE = inkscape --export-area-page --export-png=img/line-presets.png svg/line-presets.svg
|
||||
|
||||
img/line-presets.png: svg/line-presets.svg
|
||||
inkscape --export-area-page --export-png=img/line-presets.png svg/line-presets.svg
|
||||
if [ `which inkscape` ]; then $(SPRITE); else echo "Inkscape is not installed"; fi;
|
||||
|
||||
maki-sprite: node_modules/maki/renders/*.png
|
||||
node data/maki_sprite
|
||||
|
||||
Reference in New Issue
Block a user