goba Wed Nov 14 07:06:06 2001 EDT
Modified files:
/phpdoc make_chm.php make_chm_fancy.php
Log:
Adding comments about the new building process
Index: phpdoc/make_chm.php
diff -u phpdoc/make_chm.php:1.18 phpdoc/make_chm.php:1.19
--- phpdoc/make_chm.php:1.18 Mon Nov 12 22:03:45 2001
+++ phpdoc/make_chm.php Wed Nov 14 07:06:00 2001
@@ -1,7 +1,11 @@
<?php
-// USE ONLY PHP 4.x TO RUN THIS SCRIPT!!!
-// IT WONT WORK WITH PHP 3
+/*
+ PLEASE DO NOT MAKE ANY MAJOR MODIFICATIONS TO THIS CODE!
+ There is a new script collection on the way to replace
+ these scripts. Please be patient while it will be ready
+ to put here in CVS.
+*/
// SEE make_chm.README FOR INFORMATION!!!
Index: phpdoc/make_chm_fancy.php
diff -u phpdoc/make_chm_fancy.php:1.8 phpdoc/make_chm_fancy.php:1.9
--- phpdoc/make_chm_fancy.php:1.8 Sat Sep 8 14:03:26 2001
+++ phpdoc/make_chm_fancy.php Wed Nov 14 07:06:00 2001
@@ -1,5 +1,12 @@
<?php
+/*
+ PLEASE DO NOT MAKE ANY MAJOR MODIFICATIONS TO THIS CODE!
+ There is a new script collection on the way to replace
+ these scripts. Please be patient while it will be ready
+ to put here in CVS.
+*/
+
// This script takes much time to run
set_time_limit(0);