From 471f4eca512e1f7d785cecb7a4df24824346efeb Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sat, 13 Feb 2010 00:43:03 +0000 Subject: [PATCH] Switch from imagemagick to rsvg --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index 6aa6e4f..4df280f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,7 +11,7 @@ pixmapdir = $(datadir)/pixmaps dist_pixmap_DATA = aweather.png .svg.png: - convert $< $@ + rsvg $< $@ maintainer-clean-local: rm -f Makefile.in -- 2.43.2