mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01:00
4056f58add
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
|