summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-12-10 01:45:33 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-12-10 01:45:33 +0000
commitb3951b0e188d0494aa96d89394540312b5c658b8 (patch)
treecb640b7b6b28c91e7b8c79d0785a6af998787989 /images/Makefile
parent6670f8f697db6a2c1e811fc76cf22e09387e65cd (diff)
downloadfedora-doc-utils-b3951b0e188d0494aa96d89394540312b5c658b8.tar.gz
fedora-doc-utils-b3951b0e188d0494aa96d89394540312b5c658b8.tar.xz
fedora-doc-utils-b3951b0e188d0494aa96d89394540312b5c658b8.zip
Added Italian translation, courtesy of Francesco Tombolini
<tombo@adamantio.net>
Diffstat (limited to 'images/Makefile')
-rw-r--r--images/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index fcbbc4c..235f0f9 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -3,7 +3,8 @@
%.png: %.svg
batik -m image/png -h 768 -w 1024 -d `pwd`/$@ file://`pwd`/$<
-SVGFILES=watermark-ru.svg watermark-zh_CN.svg watermark.svg
+SVGFILES=watermark-it.svg watermark-ru.svg watermark-zh_CN.svg \
+ watermark.svg
PNGFILES=${SVGFILES:.svg=.png}
all: ${PNGFILES}