summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-12-10 12:43:50 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-12-10 12:43:50 +0000
commit4a22ae1da819f0d3c108b787516587444fc43c48 (patch)
tree764195560a9c66ba793ee3400fa566ae67f09ad2 /images/Makefile
parent8bc3739e190fc803f113cf14741c17caf4994533 (diff)
downloadfedora-doc-utils-4a22ae1da819f0d3c108b787516587444fc43c48.tar.gz
fedora-doc-utils-4a22ae1da819f0d3c108b787516587444fc43c48.tar.xz
fedora-doc-utils-4a22ae1da819f0d3c108b787516587444fc43c48.zip
Use rsvg(1) to render the SVG into PNG instead of batik, which isn't
GPL'ed.
Diffstat (limited to 'images/Makefile')
-rw-r--r--images/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index e9c0735..36fd800 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -1,7 +1,10 @@
.SUFFIXES: .png .svg
+RSVG =rsvg
+RSVGOPTS=-d72 -p72 -h768 -w1024 -q100
+
%.png: %.svg
- batik -m image/png -h 768 -w 1024 -d `pwd`/$@ file://`pwd`/$<
+ ${RSVG} ${RSVGOPTS} $< $@
SVGFILES=watermark-de.svg watermark-en.svg watermark-it.svg \
watermark-ja_JP.svg watermark-ru.svg watermark-zh_CN.svg