[cvsnt] Re: Latest updates
Bo Berglund
bo.berglund at telia.com
Mon Feb 7 19:26:50 GMT 2005
On Mon, 07 Feb 2005 18:51:13 +0000, Tony Hoyle <tmh at nodomain.org>
wrote:
>Bo Berglund wrote:
>> I wonder what tool will turn these sourcefiles into chm?
>>
>
>Just run the build.bat script. You just need xsltproc, the docbook
>stylsheets and the html help compiler.
>
>For editing the file I recommend xmlmind.
>
>Tony
build.bat file looks OK:
@echo off
rmdir /q /s _tmp
mkdir _tmp
cd _tmp
sed 's/__VERSION__/%2/' <../%1.dbk >%1.dbk
xsltproc /cygdrive/d/docbook-xsl-1.66.0/htmlhelp/htmlhelp.xsl %1.dbk
hhc htmlhelp.hhp
cp htmlhelp.chm ../%1.chm
cd ..
rem rmdir /q /s _tmp
However, I do have sed but not xsltproc and hhc, any ideas where to
geth them?
/Bo
(Bo Berglund, developer in Sweden)
More information about the cvsnt
mailing list