diff --git a/Makefile b/Makefile index 5c752ea..cc44c2b 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,7 @@ SCRIPTS := $(wildcard script/*.js) STYLES := $(wildcard style/*.css) STYLESVGS = $(wildcard style/*.svg) -STYLEPNGS = $(wildcard style/*.png) \ - $(STYLESVGS:.svg=.png) $(STYLESVGS:.svg=_small.png) +STYLEPNGS = $(wildcard style/*.png) FONTS := $(shell find fonts \ -iname '*.eot' -or -iname '*.svg' -or \ @@ -37,19 +36,6 @@ $(BUILDDIR)/index.html: $(DATADIR)/index.yaml $(MAKEPAGES) $(MAKEPAGES) $(MPFLAGS) index $< -o $@ -define inkscape = -echo "[svg] "$@ -mkdir -p $(dir $@) -inkscape $< -e $@ -w $(1) >/dev/null -endef - -$(TMPDIR)/%.png: %.svg - $(call inkscape,32) - -$(TMPDIR)/%_small.png: %.svg - $(call inkscape,16) - - $(BUILDDIR)/%: % echo "[copy] "$@ mkdir -p $(dir $@)