Skip to content

Commit

Permalink
Adding TODO item to make it run on Unix, and adding a
Browse files Browse the repository at this point in the history
quick fix to really remove CVS dirs from the skins
directory.


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@109080 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Gabor Hojtsy committed Dec 26, 2002
1 parent 8a704cb commit 3e3f4d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions htmlhelp/TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Important:
"old chm" build system.

- Make the build system run more automatically.

- Make the build system run on Unix (except the
hh compiler).

Additional:

Expand Down
3 changes: 1 addition & 2 deletions htmlhelp/make_chm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3e3f4d2

Please sign in to comment.