File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11@ echo off
2+ del hhw\*.* /Q
3+ htmlhelp.exe /Q /T:%cd% \hhw /C
4+ regsvr32 %cd% \hhw\itcc.dll /s
5+
26rem make a backup copy of _site js/css
37copy docfx_project\_site\styles\main.css override\hold-main.css
48copy docfx_project\_site\styles\docfx.js override\hold-docfx.js
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ docfx_project\_site\sdk\images\webnav\tabtoc.png
103103docfx_project\_site\sdk\webimages\collapse.png
104104docfx_project\_site\sdk\webimages\expand.png
105105docfx_project\_site\index.html
106- docfx_project\_site\README.html
107106docfx_project\_site\api\FChoice.Common.CommonException.html
108107docfx_project\_site\api\FChoice.Common.ConfigValues.html
109108docfx_project\_site\api\FChoice.Common.Data.DataAccessSectionHandler.html
@@ -840,7 +839,6 @@ docfx_project\_site\articles\feature-guide.html
840839docfx_project\_site\articles\getting-started.html
841840docfx_project\_site\articles\index.html
842841docfx_project\_site\articles\installation-guide.html
843- docfx_project\_site\articles\intro.html
844842docfx_project\_site\articles\license-installer.html
845843docfx_project\_site\articles\logging-configuration.html
846844docfx_project\_site\articles\making-applications.html
You can’t perform that action at this time.
0 commit comments