We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b6943 commit 30c73cdCopy full SHA for 30c73cd
make-HTMLHelp.cmd
@@ -0,0 +1,15 @@
1
+SETLOCAL
2
+rem TODO: adapt
3
+path=%path%;C:\Program Files (x86)\HTML Help Workshop
4
+
5
+call make.cmd htmlhelp
6
+if %errorlevel% neq 0 goto :error
7
8
+hhc.exe build\htmlhelp\GitExtensionsDocdoc.hhp
9
+start build\htmlhelp\GitExtensionsDocdoc.chm
10
+goto :end
11
12
+:error
13
+pause
14
15
+:end
make-html.cmd
@@ -0,0 +1,9 @@
+call make.cmd html
make-singlehtml.cmd
+call make.cmd singlehtml
0 commit comments