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