r24 - manual/trunk
Sebastian Bergmann at BerliOS <[email protected]> Sat, 16 Oct 2004 08:54:13 +0200
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: s_bergmann
Date: 2004-10-16 08:54:12 +0200 (Sat, 16 Oct 2004)
New Revision: 24
Modified:
manual/trunk/build
Log:
Use lynx instead of w3m.
Modified: manual/trunk/build
===================================================================
--- manual/trunk/build 2004-10-06 17:08:16 UTC (rev 23)
+++ manual/trunk/build 2004-10-16 06:54:12 UTC (rev 24)
@@ -302,7 +302,7 @@
else if ($format == 'text') {
exec(
sprintf(
- 'w3m -dump %s > %s',
+ 'lynx -dump %s > %s',
str_replace('\\', '/', $tempOutputFile),
$outputFile