You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. IMAGES = widgetset-modes widgetset-mode-cdn widgetset-mode-local \
  2. widgetset-mode-fetch addon-architecture
  3. SRCIMAGES := $(foreach file, $(IMAGES), $(file).svg)
  4. TRGIMAGES := $(foreach file, $(IMAGES), ../img/$(file).png)
  5. images: $(TRGIMAGES) FORCE
  6. # Just do low now $(TRGIMAGES_LO)
  7. $(TRGIMAGES): ../img/%.png: %.svg
  8. inkscape --export-png $@ --export-dpi=300 --export-area-page $<
  9. FORCE: