[Indic-computing-cvs-logs] SF.net SVN: indic-computing: [317] doc/trunk/en_US.ISO8859-1/website/ Ma
Status: Alpha
Brought to you by:
jkoshy
From: <jk...@us...> - 2007-12-30 07:28:55
|
Revision: 317 http://indic-computing.svn.sourceforge.net/indic-computing/?rev=317&view=rev Author: jkoshy Date: 2007-12-29 23:28:59 -0800 (Sat, 29 Dec 2007) Log Message: ----------- Reduce logo size a little. Modified Paths: -------------- doc/trunk/en_US.ISO8859-1/website/Makefile Modified: doc/trunk/en_US.ISO8859-1/website/Makefile =================================================================== --- doc/trunk/en_US.ISO8859-1/website/Makefile 2007-12-30 06:47:12 UTC (rev 316) +++ doc/trunk/en_US.ISO8859-1/website/Makefile 2007-12-30 07:28:59 UTC (rev 317) @@ -117,7 +117,7 @@ >> ${.TARGET} logo.png: logo.eps - ${EPS2PNM} -r30 ${.ALLSRC} | ${PNMTOPNG} > ${.TARGET} + ${EPS2PNM} -r20 ${.ALLSRC} | ${PNMTOPNG} > ${.TARGET} logolarge.png: logo.eps ${EPS2PNM} -r85 ${.ALLSRC} | ${PNMTOPNG} > ${.TARGET} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |