- 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

View file

@ -16,9 +16,9 @@
\cfg{chm-ind-file}{ind.hhk}
\preamble NSIS is a free scriptable win32 installer/uninstaller system that doesn't suck and isn't huge.
\preamble Check \W{http://nsis.sourceforge.net/}{http://nsis.sf.net} for news, information, support, examples, tutorials and more.
\preamble To get all of the latest information about NSIS development: \W{http://nsis.sourceforge.net/}{NSIS Development Page}.\\<br\\>To talk with others in the NSIS community: \W{http://forums.winamp.com/forumdisplay.php?s=&forumid=65}{NSIS forum}.\\<br\\>For more useful functions, NSIS script editors and other software, example scripts, plug-ins and tutorials: \W{http://nsis.sourceforge.net/archive/}{NSIS Archive}.\\<br\\>This HTML Help was created with help of Nike \W{mailto:nike@sendmail.ru}{nike@sendmail.ru}
\preamble Quick links:\\<br\\>\W{http://nsis.sourceforge.net/site/FAQ.15.0.html}{FAQ} - A list of frequently asked questions\\<br\\>\W{http://nsis.sourceforge.net/archive/}{NSIS Archive} - Examples, functions, tutorials, plug-ins, software, more\\<br\\>\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features\\<br\\>This HTML Help was created with help of Nike \W{mailto:nike@sendmail.ru}{nike@sendmail.ru}
\copyright Copyright (C) 1999-2003 Nullsoft, Inc.