From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4908 invoked by alias); 10 Apr 2002 07:03:52 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 4894 invoked from network); 10 Apr 2002 07:03:52 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 10 Apr 2002 07:03:52 -0000 Received: from meme.surrey.redhat.com (meme.surrey.redhat.com [172.16.10.38]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g3A73BM29749; Wed, 10 Apr 2002 03:03:12 -0400 Received: from meme.surrey.redhat.com (localhost.localdomain [127.0.0.1]) by meme.surrey.redhat.com (8.12.2/8.12.2) with ESMTP id g3A739OD018722; Wed, 10 Apr 2002 08:03:10 +0100 Received: (from twaugh@localhost) by meme.surrey.redhat.com (8.12.2/8.12.2/Submit) id g3A739li018720; Wed, 10 Apr 2002 08:03:09 +0100 Date: Wed, 10 Apr 2002 00:03:00 -0000 From: Tim Waugh To: =?iso-8859-1?Q?=C9ric_Bischoff?= Cc: Mark Whitis , docbook-tools-discuss@sources.redhat.com Subject: Re: BUG: docbook2html --nochunks Message-ID: <20020410080309.D13205@redhat.com> References: <200204100856.48590.e.bischoff@noos.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8w3uRX/HFJGApMzv" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200204100856.48590.e.bischoff@noos.fr>; from e.bischoff@noos.fr on Wed, Apr 10, 2002 at 08:56:48AM +0200 X-SW-Source: 2002-q2/txt/msg00013.txt.bz2 Message-ID: <20020410000300.onZ2qL_vFznqbTu_4j3ZTltT_fRAo7qjrQQtiDDhyZk@z> --8w3uRX/HFJGApMzv Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 694 On Wed, Apr 10, 2002 at 08:56:48AM +0200, =C9ric 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=3D$? cd $SGML_CURRENT_DIRECTORY I hope to have time to look at making a new release in the next few weeks. =20 Tim. */ --8w3uRX/HFJGApMzv Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8s+OsyaXy9qA00+cRAmZaAJ9agCSr39VhLBe9G8QiaumL3cNNXQCZATtZ p5QXx8MNWOlrz+qxltroVVo= =kcVj -----END PGP SIGNATURE----- --8w3uRX/HFJGApMzv--