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.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/chm/create_chm.bat b/doc/chm/create_chm.bat
new file mode 100644
index 00000000..762371fb
--- /dev/null
+++ b/doc/chm/create_chm.bat
@@ -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
+
+
+