Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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)