1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Documentation: Add chm file containing the documentation and scripts needed to generate it using Microsoft HTML Workshop.

This commit is contained in:
Mounir IDRASSI
2017-06-04 17:09:15 +02:00
parent 8a2eba5654
commit b878659810
5 changed files with 615 additions and 0 deletions

13
doc/chm/create_chm.bat Normal file
View File

@@ -0,0 +1,13 @@
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