- Updated preamble of CHM

- Fixed build.bat - now updates CHM


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3093 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-11-03 17:14:56 +00:00
parent 2d400ff976
commit 7669c627ae
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ bin\halibut.exe chm_config.but intro.but tutorial.but usage.but script.but var.b
@del /F *.html *.hhc *.hhk *.css
@if not "x%OS%x" == "xWindows_NTx" goto CHMCopy
@fc /B nsis.chm ..\..\nsis.chm > nul
@if errorlevel 0 goto SkipCHMCopy
@if %errorlevel% == 0 goto SkipCHMCopy
:CHMCopy
@copy nsis.chm ..\..\
:SkipCHMCopy