New
[irspy-moved-to-github.git] / web / images / Makefile
diff --git a/web/images/Makefile b/web/images/Makefile
new file mode 100644 (file)
index 0000000..cecb2a4
--- /dev/null
@@ -0,0 +1,14 @@
+# $Id: Makefile,v 1.1 2006-12-05 12:26:37 mike Exp $
+
+PNG = ../htdocs/help-20px.png ../htdocs/help-16px.png
+
+all: $(PNG)
+
+../htdocs/%.png: help.xcf
+       @echo Sorry, no can do.
+
+# I'd like to make $(PNG) automatically from the .xcf master, but
+# there doesn't seem to a be a sensible way to do this, since only
+# GIMP knows about .xcf format, and driving it without the UI is
+# super-painful and involves Lisp.
+