VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/doc/chm/create_chm.bat
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chm/create_chm.bat')
-rw-r--r--doc/chm/create_chm.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/chm/create_chm.bat b/doc/chm/create_chm.bat
new file mode 100644
index 00000000..ffc53ebe
--- /dev/null
+++ b/doc/chm/create_chm.bat
@@ -0,0 +1,11 @@
+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