summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-01-11 06:14:40 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-01-11 06:14:40 +0000
commitcaf3aa419452255e69c628f83df7bda5c9ed5c07 (patch)
tree54079f6d8076608a57e24976a6dcbe8090b62de8 /images
parente2c6c59eeecb87c6fc0a418534e69beac91603ae (diff)
downloadfedora-doc-utils-caf3aa419452255e69c628f83df7bda5c9ed5c07.tar.gz
fedora-doc-utils-caf3aa419452255e69c628f83df7bda5c9ed5c07.tar.xz
fedora-doc-utils-caf3aa419452255e69c628f83df7bda5c9ed5c07.zip
Added entry for "watermark-es.svg" and derivatives.
Diffstat (limited to 'images')
-rw-r--r--images/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile
index 36fd800..0ad8e17 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -6,8 +6,9 @@ RSVGOPTS=-d72 -p72 -h768 -w1024 -q100
%.png: %.svg
${RSVG} ${RSVGOPTS} $< $@
-SVGFILES=watermark-de.svg watermark-en.svg watermark-it.svg \
- watermark-ja_JP.svg watermark-ru.svg watermark-zh_CN.svg
+SVGFILES=watermark-de.svg watermark-en.svg watermark-es.svg \
+ watermark-it.svg watermark-ja_JP.svg watermark-ru.svg \
+ watermark-zh_CN.svg
PNGFILES=${SVGFILES:.svg=.png}
all: ${PNGFILES}