[PHP-DOC] cvs: phpdoc / Makefile.in From: Jim Winstead (jimw <email protected>)
Date: 10/04/01

jimw Thu Oct 4 16:36:52 2001 EDT

  Modified files:
    /phpdoc Makefile.in
  Log:
  even when doing a dump, lynx complains if the terminal doesn't support some features. this caused the automatic manual building to fail because it is run from cron. hopefully this fixes it.
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.72 phpdoc/Makefile.in:1.73
--- phpdoc/Makefile.in:1.72 Sun Sep 30 17:57:27 2001
+++ phpdoc/Makefile.in Thu Oct 4 16:36:52 2001
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.72 2001/09/30 21:57:27 jimw Exp $
+# $Id: Makefile.in,v 1.73 2001/10/04 20:36:52 jimw Exp $
 #
 
 VPATH= <email protected>@
@@ -158,7 +158,7 @@
         -$(JADE) $(CATALOG) -d $(PHPWEB_STYLESHEET) -V use-output-dir -t sgml $(srcdir)/phpdocxml.dcl manual.xml
 
  <email protected> <email protected>:  <email protected> <email protected>
- lynx -nolist -dump file:`pwd`/$< > $@
+ lynx -term=vt100 -nolist -dump file:`pwd`/$< > $@
 
  <email protected> <email protected>:  <email protected> <email protected> makedoc
         ./makedoc -b  <email protected> <email protected>  <email protected> <email protected> $(PALMDOCTITLE)