public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Tim Waugh <twaugh@redhat.com>
To: "Éric Bischoff" <e.bischoff@noos.fr>
Cc: Mark Whitis <whitis@freelabs.com>,
	docbook-tools-discuss@sources.redhat.com
Subject: Re: BUG: docbook2html --nochunks
Date: Wed, 10 Apr 2002 00:03:00 -0000	[thread overview]
Message-ID: <20020410080309.D13205@redhat.com> (raw)
Message-ID: <20020410000300.onZ2qL_vFznqbTu_4j3ZTltT_fRAo7qjrQQtiDDhyZk@z> (raw)
In-Reply-To: <200204100856.48590.e.bischoff@noos.fr>; from e.bischoff@noos.fr on Wed, Apr 10, 2002 at 08:56:48AM +0200

[-- Attachment #1: Type: text/plain, Size: 715 bytes --]

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.
*/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  parent reply	other threads:[~2002-04-10  7:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-20 19:23 Mark Whitis
2002-04-09 17:57 ` Mark Whitis
2002-12-20 19:23 ` Éric Bischoff
2002-04-09 23:57   ` Éric Bischoff
2002-12-20 19:23   ` Tim Waugh [this message]
2002-04-10  0:03     ` Tim Waugh
2002-12-20 19:23     ` multiple bugs and security hole (was: Re: BUG: docbook2html --nochunks) Mark Whitis
2002-04-10 19:40       ` Mark Whitis
2002-12-20 19:23       ` Tim Waugh
2002-04-11  7:17         ` Tim Waugh
2002-12-20 19:23       ` New location of the "Crash Course.to DocBook" Éric Bischoff
2002-04-11  3:25         ` Éric Bischoff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020410080309.D13205@redhat.com \
    --to=twaugh@redhat.com \
    --cc=docbook-tools-discuss@sources.redhat.com \
    --cc=e.bischoff@noos.fr \
    --cc=whitis@freelabs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).