1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/doc/wb/wb2hh.bat
Dado Sutter 6137c01714 New HTML doc structure still under evaluation and development.
Please read file readme.txt on /doc for more info.
2009-02-02 21:08:31 +00:00

30 lines
360 B
Batchfile
Executable File

@echo off
Echo Building...
lua5.1 make_hh.lua %1
Echo .
pause
Echo Preparing...
move wb_%1.hhp ..
move wb_tree_%1.hhc ..
cd ..
move download download.old
Echo .
pause
Echo Compiling...
hhc wb_%1.hhp
Echo .
pause
Echo Finishing...
move wb_%1.hhp wb
move wb_tree_%1.hhc wb
move download.old download
move /y *.chm download
cd wb
Echo .
Echo Done.