dallas          Fri Aug 30 12:04:33 2002 EDT

  Modified files:              
    /phpdoc/chm make_chm.bat make_chm_fancy.php 
  Log:
  Roll back somepart
  
  
Index: phpdoc/chm/make_chm.bat
diff -u phpdoc/chm/make_chm.bat:1.3 phpdoc/chm/make_chm.bat:1.4
--- phpdoc/chm/make_chm.bat:1.3 Fri Aug 30 11:09:32 2002
+++ phpdoc/chm/make_chm.bat     Fri Aug 30 12:04:32 2002
@@ -28,8 +28,8 @@
 
 echo Now generating the fancy manual in %PHP_HELP_COMPILE_FANCYDIR% dir...
 IF NOT EXIST %PHP_HELP_COMPILE_FANCYDIR%\NUL md %PHP_HELP_COMPILE_FANCYDIR%
-rem IF NOT EXIST %PHP_HELP_COMPILE_FANCYDIR%\figures md 
%PHP_HELP_COMPILE_FANCYDIR%\figures
-rem copy %PHP_HELP_COMPILE_DIR%\figures\*.* %PHP_HELP_COMPILE_FANCYDIR%\figures\*.*
+IF NOT EXIST %PHP_HELP_COMPILE_FANCYDIR%\figures md 
+%PHP_HELP_COMPILE_FANCYDIR%\figures
+copy %PHP_HELP_COMPILE_DIR%\figures\*.* %PHP_HELP_COMPILE_FANCYDIR%\figures\*.*
 %PHP_PATH% -q make_chm_fancy.php
 
 goto normal
Index: phpdoc/chm/make_chm_fancy.php
diff -u phpdoc/chm/make_chm_fancy.php:1.4 phpdoc/chm/make_chm_fancy.php:1.5
--- phpdoc/chm/make_chm_fancy.php:1.4   Fri Aug 30 11:08:41 2002
+++ phpdoc/chm/make_chm_fancy.php       Fri Aug 30 12:04:32 2002
@@ -44,8 +44,8 @@
 fputs($fp, $content);
 fclose($fp);
 
-copy("make_chm_style.css", "$fancydir/style.css");
-copy("make_chm_spc.gif", "$fancydir/spacer.gif");
+copy("chm/make_chm_style.css", "$fancydir/style.css");
+copy("chm/make_chm_spc.gif", "$fancydir/spacer.gif");
 
 // Three files added (fancy-index.html, style.css and spacer.gif)
 $counter += 3;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to