summaryrefslogtreecommitdiffabout
path: root/makehelp.bat
Unidiff
Diffstat (limited to 'makehelp.bat') (more/less context) (ignore whitespace changes)
-rw-r--r--makehelp.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/makehelp.bat b/makehelp.bat
new file mode 100644
index 0000000..531b2dc
--- a/dev/null
+++ b/makehelp.bat
@@ -0,0 +1,11 @@
1@echo off
2echo Building RTF file
3xsltproc -o help/kinsole.rtf shared-code/kinhelp.xsl help/kinsole.xml
4echo Building Win32 Help files
5start /wait hcrtf -x "help\kinsole.hpj"
6echo.
7if exist Debug\nul copy "help\kinsole.hlp" Debug
8if exist Debug\nul copy "help\kinsole.cnt" Debug
9if exist Release\nul copy "help\kinsole.hlp" Release
10if exist Release\nul copy "help\kinsole.cnt" Release
11echo.