nlopess Sun Sep 4 06:48:51 2005 EDT
Modified files:
/phpdoc/chm make_chm.php
Log:
fix #34365: out-of-date TOC
http://cvs.php.net/diff.php/phpdoc/chm/make_chm.php?r1=1.24&r2=1.25&ty=u
Index: phpdoc/chm/make_chm.php
diff -u phpdoc/chm/make_chm.php:1.24 phpdoc/chm/make_chm.php:1.25
--- phpdoc/chm/make_chm.php:1.24 Sun Jul 10 13:34:59 2005
+++ phpdoc/chm/make_chm.php Sun Sep 4 06:48:50 2005
@@ -18,13 +18,14 @@
// Files on the top level of the TOC
$MAIN_FILES = array(
+ "preface.html",
"getting-started.html",
"install.html",
"langref.html",
"security.html",
"features.html",
"funcref.html",
- "api.html",
+ "internals.html",
"faq.html",
"appendixes.html"
);