summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-06-27 16:35:22 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-06-27 16:35:22 +0000
commit4740b854f17983d6e86960e9124cdbf293ffaf96 (patch)
tree7b604e54d5d401b2c3ffafa797bc8bb67b2ae81f /images
parent53c4f4a63e13719a20c581a051997efcc773be92 (diff)
downloadfedora-doc-utils-4740b854f17983d6e86960e9124cdbf293ffaf96.tar.gz
fedora-doc-utils-4740b854f17983d6e86960e9124cdbf293ffaf96.tar.xz
fedora-doc-utils-4740b854f17983d6e86960e9124cdbf293ffaf96.zip
Remove deprecated "-q" or "--quality" switch.
Diffstat (limited to 'images')
-rw-r--r--images/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index 46bb1aa..8b6c868 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -1,7 +1,7 @@
.SUFFIXES: .png .svg
RSVG =rsvg
-RSVGOPTS=-d72 -p72 -h768 -w1024 -q100
+RSVGOPTS=-d72 -p72 -h768 -w1024
%.png: %.svg
${RSVG} ${RSVGOPTS} $< $@