On Wed, Apr 10, 2002 at 08:56:48AM +0200, Éric Bischoff wrote: > I think this has already been fixed. Tim ? Indeed. Here is the patch I used: --- docbook-utils-0.6.9/bin/jw.in.nochunks Tue Jul 3 14:57:32 2001 +++ docbook-utils-0.6.9/bin/jw.in Tue Jul 3 14:59:52 2001 @@ -369,7 +369,12 @@ cd $SGML_OUTPUT_DIRECTORY export SGML_JADE SGML_FILE_NAME SGML_ARGUMENTS export SGML_CATALOG_FILES SGML_BASE_DIR SGML_FILE SGML_STYLESHEET -sh $SGML_BACKEND +if [ -z "$SGML_NOCHUNKS" ] +then + sh $SGML_BACKEND +else + sh $SGML_BACKEND >$SGML_FILE_NAME.html +fi SGML_RETURN=$? cd $SGML_CURRENT_DIRECTORY I hope to have time to look at making a new release in the next few weeks. Tim. */