2 generated_images= $(svgs:.svg=.png)
4 images += $(generated_images)
6 objects= $(generated_images) .image-mtimes.styl style.css tags
13 style.css: styl.styl .image-mtimes.styl
16 .image-mtimes.styl: $(images)
18 echo -n 'w-mtime = {'; \
21 echo -n "$$div '$$x': \"$$x?m=$$(stat -c '%Y' $$x)\""; \
31 inkscape -f $< -e $@ --export-area-page --without-gui --export-dpi=360 \
32 && mogrify -alpha off -geometry '25%' $@ \
39 tags: *.php inc/*.php inc/wfpl/*.php
40 exuberant-ctags *.php inc/*.php inc/wfpl/*.php