Thread: [Indic-computing-cvs-logs] SF.net SVN: indic-computing: [305] doc/trunk/en_US.ISO8859-1/website/ Ma
Status: Alpha
Brought to you by:
jkoshy
From: <jk...@us...> - 2007-10-12 05:55:41
|
Revision: 305 http://indic-computing.svn.sourceforge.net/indic-computing/?rev=305&view=rev Author: jkoshy Date: 2007-10-11 22:55:45 -0700 (Thu, 11 Oct 2007) Log Message: ----------- Replace the use of "peps" with an invocation of ghostscript and pnmtopng. 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-10-12 05:53:08 UTC (rev 304) +++ doc/trunk/en_US.ISO8859-1/website/Makefile 2007-10-12 05:55:45 UTC (rev 305) @@ -60,6 +60,12 @@ IMAGES= logo.png logolarge.png IMAGESCOOKIE= .images +GHOSTSCRIPT?= gs +PNMTOPNG= pnmtopng +EPS2PNM= ${GHOSTSCRIPT} -q -dBATCH -dGraphicsAlphaBits=4 \ + -dTextAlphaBits=4 -dNOPAUSE -dSAFER -sDEVICE=pnm \ + -dEPSCrop -sOutputFile=- + STAGEDIR?= ${.CURDIR}/stage RSYNC?= rsync --delete --delete-after -z @@ -77,7 +83,7 @@ cp -p ${file} ${IMAGEDIR}/ .endfor @touch ${.TARGET} - + ${WEBSITECOOKIE}: ${WEBMAKEFILE} ${INDIC_DOCUMENTATION} ${METADATA} \ ${WEBSITECONTENT} ${WEBMAKE} @@ -110,10 +116,10 @@ >> ${.TARGET} logo.png: logo.eps - peps -r 30 -p ${.ALLSRC} > ${.TARGET} + ${EPS2PNM} -r30 ${.ALLSRC} | ${PNMTOPNG} > ${.TARGET} logolarge.png: logo.eps - peps -r 85 -p ${.ALLSRC} > ${.TARGET} + ${EPS2PNM} -r85 ${.ALLSRC} | ${PNMTOPNG} > ${.TARGET} clean: rm -f $$(${WEBMAKE} -o) @@ -147,4 +153,3 @@ -f ${INDIC_${target:U}_DIR}/HTML.manifest -p "${target}." \ -i ${IMAGEDIR} -C ${INDIC_${target:U}_CVS} .endfor - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2007-10-12 10:30:08
|
Revision: 312 http://indic-computing.svn.sourceforge.net/indic-computing/?rev=312&view=rev Author: jkoshy Date: 2007-10-12 03:29:27 -0700 (Fri, 12 Oct 2007) Log Message: ----------- Chase repository URL. 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-10-12 10:21:05 UTC (rev 311) +++ doc/trunk/en_US.ISO8859-1/website/Makefile 2007-10-12 10:29:27 UTC (rev 312) @@ -19,7 +19,7 @@ INDIC_DOCBUILD_DIR= ${TOP}/articles/doc-build INDIC_DESIGNAXES_DIR= ${TOP}/articles/design-axes -CVS_TOP= doc/en_US.ISO8859-1 +CVS_TOP= doc/trunk/en_US.ISO8859-1 INDIC_HANDBOOK_CVS= ${CVS_TOP}/books/handbook INDIC_FAQ_CVS= ${CVS_TOP}/books/faq INDIC_SURVEY_CVS= ${CVS_TOP}/articles/survey This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2007-10-13 03:17:09
|
Revision: 314 http://indic-computing.svn.sourceforge.net/indic-computing/?rev=314&view=rev Author: jkoshy Date: 2007-10-12 20:17:13 -0700 (Fri, 12 Oct 2007) Log Message: ----------- Update URLs used by 'make install'. 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-10-13 03:16:07 UTC (rev 313) +++ doc/trunk/en_US.ISO8859-1/website/Makefile 2007-10-13 03:17:13 UTC (rev 314) @@ -69,9 +69,10 @@ STAGEDIR?= ${.CURDIR}/stage RSYNC?= rsync --delete --delete-after -z -REMOTEUSER?= jk...@in... +REMOTEUSER?= '*REPLACEME*' +REMOTEHOST?= shell.sourceforge.net REMOTEDIR?= /home/groups/i/in/indic-computing/htdocs -REMOTESITE= ${REMOTEUSER}:${REMOTEDIR} +REMOTESITE= ${REMOTEUSER}@${REMOTEHOST}:${REMOTEDIR} all: ${IMAGEDIR} ${IMAGESCOOKIE} ${WEBSITECOOKIE} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |