Skip to content

Commit 7ea5949

Browse files
committed
update for automated help install and chm build
1 parent 46af747 commit 7ea5949

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

build-chm.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
@echo off
2+
del hhw\*.* /Q
3+
htmlhelp.exe /Q /T:%cd%\hhw /C
4+
regsvr32 %cd%\hhw\itcc.dll /s
5+
26
rem make a backup copy of _site js/css
37
copy docfx_project\_site\styles\main.css override\hold-main.css
48
copy docfx_project\_site\styles\docfx.js override\hold-docfx.js

hhw/hhc.exe

-50.3 KB
Binary file not shown.

htmlhelp.exe

3.35 MB
Binary file not shown.

sdk.hhp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ docfx_project\_site\sdk\images\webnav\tabtoc.png
103103
docfx_project\_site\sdk\webimages\collapse.png
104104
docfx_project\_site\sdk\webimages\expand.png
105105
docfx_project\_site\index.html
106-
docfx_project\_site\README.html
107106
docfx_project\_site\api\FChoice.Common.CommonException.html
108107
docfx_project\_site\api\FChoice.Common.ConfigValues.html
109108
docfx_project\_site\api\FChoice.Common.Data.DataAccessSectionHandler.html
@@ -840,7 +839,6 @@ docfx_project\_site\articles\feature-guide.html
840839
docfx_project\_site\articles\getting-started.html
841840
docfx_project\_site\articles\index.html
842841
docfx_project\_site\articles\installation-guide.html
843-
docfx_project\_site\articles\intro.html
844842
docfx_project\_site\articles\license-installer.html
845843
docfx_project\_site\articles\logging-configuration.html
846844
docfx_project\_site\articles\making-applications.html

0 commit comments

Comments
 (0)