@@ -1,3 +1,4 @@
+hh_project.hhp
stoplist.stp
topic.js
hh_generated_contents.hhc
@@ -1,19 +0,0 @@
-[OPTIONS]
-Compatibility=1.1 or later
-Compiled file=isetup-dark.chm
-Contents file=hh_generated_contents.hhc
-Default Window=$global_ismain
-Default topic=topic_whatisinnosetup.htm
-Display compile progress=Yes
-Full-text search=Yes
-Full text search stop list file=stoplist.stp
-Index file=hh_generated_index.hhk
-Language=0x409 English (United States)
-Title=Inno Setup Help
-
-[WINDOWS]
-$global_ismain=,"hh_generated_contents.hhc","hh_generated_index.hhk",,,,,,,0x22520,,0x300e,,,,,,,,0
-[INFOTYPES]
@@ -50,16 +50,16 @@ if errorlevel 1 exit /b 1
echo.
echo Running HTML Help Compiler (hhc.exe):
-if exist Staging%1\isetup%1.chm del Staging%1\isetup%1.chm
-if exist Staging%1\isetup%1.chm exit /b 1
+if exist Staging%1\isetup.chm del Staging%1\isetup.chm
+if exist Staging%1\isetup.chm exit /b 1
"%HHCEXE%" Staging%1\hh_project.hhp
if %errorlevel% neq 1 exit /b 1
-if not exist Staging%1\isetup%1.chm exit /b 1
+if not exist Staging%1\isetup.chm exit /b 1
rem HHC leaves behind a temporary file each time it runs...
if exist "%TEMP%\~hh*.tmp" del /q "%TEMP%\~hh*.tmp"
-copy Staging%1\isetup%1.chm ..\Files\ISetup%1.chm
+copy Staging%1\isetup.chm ..\Files\ISetup%1.chm
if not exist ..\Files\ISetup%1.chm exit /b 1
exit /b 0
@@ -4,6 +4,7 @@ cd /d %~dp0
echo - Synching files from Staging to Staging-dark
+copy Staging\hh_project.hhp Staging-dark
copy Staging\stoplist.stp Staging-dark
copy Staging\topic.js Staging-dark