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:
13
doc/chm/create_chm.bat
Normal file
13
doc/chm/create_chm.bat
Normal 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user