summaryrefslogtreecommitdiffabout
path: root/makehelp.bat
authorMichael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
committer Michael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
commit885f8cc426a8840ae61023b75f3f0e4a1e268082 (patch) (side-by-side diff)
tree5e942d450c97ca0bf0f9cfb80aa0fefb486535d9 /makehelp.bat
downloadkinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.zip
kinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.tar.gz
kinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.tar.bz2
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/kinsole/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
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 @@
+@echo off
+echo Building RTF file
+xsltproc -o help/kinsole.rtf shared-code/kinhelp.xsl help/kinsole.xml
+echo Building Win32 Help files
+start /wait hcrtf -x "help\kinsole.hpj"
+echo.
+if exist Debug\nul copy "help\kinsole.hlp" Debug
+if exist Debug\nul copy "help\kinsole.cnt" Debug
+if exist Release\nul copy "help\kinsole.hlp" Release
+if exist Release\nul copy "help\kinsole.cnt" Release
+echo.