You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/06/08 08:56:23 UTC

svn commit: r189539 - /perl/modperl/docs/trunk/MAINTAINER

Author: stas
Date: Tue Jun  7 23:56:22 2005
New Revision: 189539

URL: http://svn.apache.org/viewcvs?rev=189539&view=rev
Log:
fix the oneliner

Modified:
    perl/modperl/docs/trunk/MAINTAINER

Modified: perl/modperl/docs/trunk/MAINTAINER
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/MAINTAINER?rev=189539&r1=189538&r2=189539&view=diff
==============================================================================
--- perl/modperl/docs/trunk/MAINTAINER (original)
+++ perl/modperl/docs/trunk/MAINTAINER Tue Jun  7 23:56:22 2005
@@ -19,7 +19,8 @@
 won't recognize .png or crash, we want to use gifs instead. Here is
 how to convert png files to gif files:
 
-  perl -le 'for (@ARGV) { print STDERR "converting $_\n"; \ s/\.\w+$//;
-system "pngtopnm $_.png | pnmquant 256 | ppmtogif > $_.gif" } ' *.png
+  perl -le 'for (@ARGV) { print STDERR "converting $_\n"; \ s/\.\w+$//; \
+     system "pngtopnm $_.png | pnmquant 256 | ppmtogif > $_.gif" } ' *.png
+
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org