Include extra index rec.id_raw
[irspy-moved-to-github.git] / web / images / Makefile
1 PNG = ../htdocs/help-20px.png ../htdocs/help-16px.png
2
3 all: $(PNG)
4
5 ../htdocs/%.png: help.xcf
6         @echo Sorry, no can do.
7
8 # I'd like to make $(PNG) automatically from the .xcf master, but
9 # there doesn't seem to a be a sensible way to do this, since only
10 # GIMP knows about .xcf format, and driving it without the UI is
11 # super-painful and involves Lisp.
12