X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fimages%2FMakefile;fp=web%2Fimages%2FMakefile;h=cecb2a4f07f4e1d2e21e84b4bf472609b276c25c;hp=0000000000000000000000000000000000000000;hb=b53ac0d4880e521bf47f7670e29366f2291ebc57;hpb=a90af75a89ed621be485b41bc12ef2797874342d diff --git a/web/images/Makefile b/web/images/Makefile new file mode 100644 index 0000000..cecb2a4 --- /dev/null +++ b/web/images/Makefile @@ -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. +