This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Error when creating CHM with japanese content


Hi,

I get a strange error when I'm building japanese CHM using a makefile. The
XSL-step works fine but HTMLHelp Workshop hangs during compilation of
keyword ("Keyword processing...") I think.

Any ideas?

Best regards,

/Kenneth

I'm using xsltproc and stylesheets version 1.61.2.

Here's a snippet of the makefile:
	@rm -rf htmlhelp htmlhelp.hhp index.hhk toc.hhc chm.log
	@mkdir -p htmlhelp/images
	@cp -r $(TESTROOT)/docbook/xsl/images/* htmlhelp/images
	@cp $(TESTROOT)/docbook/xsl/sectra/htmlhelp/scroll.js htmlhelp
	@cp $(TESTROOT)/docbook/xsl/sectra/htmlhelp/htmlhelp.css htmlhelp
	@cp $(TESTROOT)/docbook/xsl/sectra/htmlhelp/logostrip_pond_fill.gif
htmlhelp/images
	@cp $(TESTROOT)/docbook/xsl/sectra/htmlhelp/logostrip_pond_right.gif
htmlhelp/images
	@echo Converting $^ to compiled html
	@(XML_CATALOG_FILES=$(TESTROOT)/docbook/dtd/catalog.xml; \
	  export XML_CATALOG_FILES; \
	  $(TESTROOT)/docbook/tools/xsltproc --xinclude --stringparam
html.stylesheet htmlhelp.css \
 
$(TESTROOT)/docbook/xsl/sectra/htmlhelp/customhtmlhelp.xsl $^ >& chm.log)
	@hhc htmlhelp.hhp >> chm.log || echo Result in $@
	@mv htmlhelp.chm $@
	@rm -rf htmlhelp htmlhelp.hhp index.hhk toc.hhc




--------------------------------------------------------
Kenneth Johansson	Technical Documentation Manager
Sectra Imtec AB
Teknikringen 20		E-mail: ke-joh AT sectra DOT se
SE-583 30 Linköping	Phone:	+46 13 23 52 00
SWEDEN			Web:	http://www.sectra.se


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]