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=@srcdir@
@@ -158,7 +158,7 @@
        -$(JADE) $(CATALOG) -d $(PHPWEB_STYLESHEET) -V use-output-dir -t sgml 
$(srcdir)/phpdocxml.dcl manual.xml
 
 @MANUAL@.txt: @MANUAL@.html
-       lynx -nolist -dump file:`pwd`/$< > $@
+       lynx -term=vt100 -nolist -dump file:`pwd`/$< > $@
 
 @MANUAL@.doc.pdb: @MANUAL@.txt makedoc
        ./makedoc -b @MANUAL@.txt @MANUAL@.doc.pdb $(PALMDOCTITLE)


Reply via email to