Date: 10/04/01
- Next message: Philip Olson: "[PHP-DOC] cvs: phpdoc /de/chapters install.xml /es/chapters install.xml /fr/chapters install.xml /hk/chapters install.xml /hu/chapters install.xml"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] install.xml en"
- Next in thread: Jim Winstead: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Maybe reply: Jim Winstead: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)
- Next message: Philip Olson: "[PHP-DOC] cvs: phpdoc /de/chapters install.xml /es/chapters install.xml /fr/chapters install.xml /hk/chapters install.xml /hu/chapters install.xml"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] install.xml en"
- Next in thread: Jim Winstead: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Maybe reply: Jim Winstead: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

