goba Thu Dec 26 17:52:08 2002 EDT
Modified files:
/phpdoc/htmlhelp TODO.txt make_chm.php
Log:
Adding TODO item to make it run on Unix, and adding a
quick fix to really remove CVS dirs from the skins
directory.
Index: phpdoc/htmlhelp/TODO.txt
diff -u phpdoc/htmlhelp/TODO.txt:1.1 phpdoc/htmlhelp/TODO.txt:1.2
--- phpdoc/htmlhelp/TODO.txt:1.1 Thu Dec 26 14:11:03 2002
+++ phpdoc/htmlhelp/TODO.txt Thu Dec 26 17:52:08 2002
@@ -15,6 +15,9 @@
"old chm" build system.
- Make the build system run more automatically.
+
+ - Make the build system run on Unix (except the
+ hh compiler).
Additional:
Index: phpdoc/htmlhelp/make_chm.php
diff -u phpdoc/htmlhelp/make_chm.php:1.2 phpdoc/htmlhelp/make_chm.php:1.3
--- phpdoc/htmlhelp/make_chm.php:1.2 Thu Dec 26 17:08:51 2002
+++ phpdoc/htmlhelp/make_chm.php Thu Dec 26 17:52:08 2002
@@ -162,8 +162,7 @@
exec("copy suppfiles\\prefs $RELEASE_DIR /Y");
exec("copy suppfiles\\quickref $RELEASE_DIR /Y");
exec("copy suppfiles\\fixes $RELEASE_DIR /Y");
-exec("xcopy /S /I /Q suppfiles\\skins $RELEASE_DIR\\skins");
-exec("rmdir /S /Q $RELEASE_DIR\\skins\\CVS");
+exec("xcopy suppfiles\\skins $RELEASE_DIR\\skins /S /I /Q /EXCLUDE:exclude.txt");
// Delete unused files
if ($END_CLEANUP) {
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php