aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@taniquetil.(none)>2008-02-21 22:21:41 +0100
committerArne Georg Gleditsch <argggh@taniquetil.(none)>2008-02-21 22:21:41 +0100
commita95ca1786717bb42c3909640dfb85844fd164cfb (patch)
tree726ffc732d1fb68af2efa0aa17fd75a1c3ad4a7b
parent877a3e1464f1420fc368c881de23bafec5cac511 (diff)
Background image, take one.
-rw-r--r--webroot/.static/gfx/Makefile4
1 files changed, 4 insertions, 0 deletions
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 $<