mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
32052f214b
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace
11 lines
181 B
Batchfile
11 lines
181 B
Batchfile
PATH=%PATH%;C:\Program Files (x86)\HTML Help Workshop
|
|
|
|
set CHMBUILDPATH=%~dp0
|
|
cd %CHMBUILDPATH%
|
|
|
|
copy ..\html\* .
|
|
|
|
hhc VeraCrypt.hhp
|
|
|
|
del /F /Q *.html *.css *.jpg *.gif *.png *.svg
|