goba Fri Dec 27 05:06:17 2002 EDT
Removed files:
/phpdoc/htmlhelp/suppfiles/fixes IE6DisplayFix.reg
Modified files:
/phpdoc/htmlhelp make_chm.php
Log:
The display fix is not needed, as the workaround is always
enabled now...
Index: phpdoc/htmlhelp/make_chm.php
diff -u phpdoc/htmlhelp/make_chm.php:1.3 phpdoc/htmlhelp/make_chm.php:1.4
--- phpdoc/htmlhelp/make_chm.php:1.3 Thu Dec 26 17:52:08 2002
+++ phpdoc/htmlhelp/make_chm.php Fri Dec 27 05:06:17 2002
@@ -161,7 +161,6 @@
// $RELEASE_DIR = str_replace("/", "\\", $RELEASE_DIR):
exec("copy suppfiles\\prefs $RELEASE_DIR /Y");
exec("copy suppfiles\\quickref $RELEASE_DIR /Y");
-exec("copy suppfiles\\fixes $RELEASE_DIR /Y");
exec("xcopy suppfiles\\skins $RELEASE_DIR\\skins /S /I /Q /EXCLUDE:exclude.txt");
// Delete unused files
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php