diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-12-11 18:40:33 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-12-11 18:40:33 +0100 |
commit | 4056f58add7bc6c10b89895626be6235b105a079 (patch) | |
tree | 8225b1766d3becf6af0c5ee748ff974a65f86e6f /doc/chm/create_chm.bat | |
parent | e04bf339f72db3a30acb76f6d6f066794862e1d2 (diff) | |
download | VeraCrypt-4056f58add7bc6c10b89895626be6235b105a079.tar.gz VeraCrypt-4056f58add7bc6c10b89895626be6235b105a079.zip |
Documentation: remove usage of CSS collapsible to avoid breaking CHM generation. Add new entries to CHM. Remove example script file since its content is described inline in the documentation
We need to generate CHM from the same HTML files as the documentation and so we are limited by CHM compatibility
Diffstat (limited to 'doc/chm/create_chm.bat')
-rw-r--r-- | doc/chm/create_chm.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/chm/create_chm.bat b/doc/chm/create_chm.bat index 4d9be6d8..ffc53ebe 100644 --- a/doc/chm/create_chm.bat +++ b/doc/chm/create_chm.bat @@ -3,8 +3,9 @@ PATH=%PATH%;C:\Program Files (x86)\HTML Help Workshop set CHMBUILDPATH=%~dp0 cd %CHMBUILDPATH% -copy ..\html\* . +xcopy /E ..\html\* . hhc VeraCrypt.hhp del /F /Q *.html *.css *.jpg *.gif *.png *.svg +rmdir /s /Q CompilingGuidelineWin ru |