docs-common/images Makefile,1.12,1.13

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Jun 27 16:35:25 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common/images
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24255

Modified Files:
	Makefile 
Log Message:
Remove deprecated "-q" or "--quality" switch.



Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/images/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	24 Jun 2006 14:27:56 -0000	1.12
+++ Makefile	27 Jun 2006 16:35:22 -0000	1.13
@@ -1,7 +1,7 @@
 .SUFFIXES: .png .svg
 
 RSVG	=rsvg
-RSVGOPTS=-d72 -p72 -h768 -w1024 -q100
+RSVGOPTS=-d72 -p72 -h768 -w1024
 
 %.png: %.svg
 	${RSVG} ${RSVGOPTS} $< $@




More information about the Fedora-docs-commits mailing list