techtonik               Mon Nov  1 07:59:23 2004 EDT

  Modified files:              
    /phpdoc/htmlhelp    make_chm.php 
  Log:
  do not wait for overwrite confirmation
  
http://cvs.php.net/diff.php/phpdoc/htmlhelp/make_chm.php?r1=1.4&r2=1.5&ty=u
Index: phpdoc/htmlhelp/make_chm.php
diff -u phpdoc/htmlhelp/make_chm.php:1.4 phpdoc/htmlhelp/make_chm.php:1.5
--- phpdoc/htmlhelp/make_chm.php:1.4    Fri Dec 27 05:06:17 2002
+++ phpdoc/htmlhelp/make_chm.php        Mon Nov  1 07:59:23 2004
@@ -161,7 +161,7 @@
 // $RELEASE_DIR = str_replace("/", "\\", $RELEASE_DIR):
 exec("copy suppfiles\\prefs $RELEASE_DIR /Y");
 exec("copy suppfiles\\quickref $RELEASE_DIR /Y");
-exec("xcopy suppfiles\\skins $RELEASE_DIR\\skins /S /I /Q /EXCLUDE:exclude.txt");
+exec("xcopy suppfiles\\skins $RELEASE_DIR\\skins /S /I /Q /Y /EXCLUDE:exclude.txt");
 
 // Delete unused files
 if ($END_CLEANUP) {

Reply via email to