From a95ca1786717bb42c3909640dfb85844fd164cfb Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Thu, 21 Feb 2008 22:21:41 +0100 Subject: Background image, take one. --- webroot/.static/gfx/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webroot/.static/gfx/Makefile b/webroot/.static/gfx/Makefile index bef9f65..9ad97b4 100644 --- a/webroot/.static/gfx/Makefile +++ b/webroot/.static/gfx/Makefile @@ -6,5 +6,9 @@ all: ${PNGFILES} clean: rm -f ${PNGFILES} + +lxray-large.png: %.png: %.svg + inkscape -e $@ -w 300 $< + %.png: %.svg inkscape -e $@ -w 16 -h 16 $< -- cgit v1.2.3