mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user