mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
We need to generate CHM from the same HTML files as the documentation and so we are limited by CHM compatibility
12 lines
222 B
Batchfile
12 lines
222 B
Batchfile
PATH=%PATH%;C:\Program Files (x86)\HTML Help Workshop
|
|
|
|
set CHMBUILDPATH=%~dp0
|
|
cd %CHMBUILDPATH%
|
|
|
|
xcopy /E ..\html\* .
|
|
|
|
hhc VeraCrypt.hhp
|
|
|
|
del /F /Q *.html *.css *.jpg *.gif *.png *.svg
|
|
rmdir /s /Q CompilingGuidelineWin ru
|