Received: from localhost (pluto.hub.org [200.46.204.4]) by postgresql.org (Postfix) with ESMTP id D37B69F9B32 for ; Wed, 15 Nov 2006 15:40:45 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.4]) (amavisd-new, port 10024) with ESMTP id 77834-07 for ; Wed, 15 Nov 2006 15:40:43 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey- Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by postgresql.org (Postfix) with SMTP id D73699F94EA for ; Wed, 15 Nov 2006 15:40:44 -0400 (AST) Received: (qmail invoked by alias); 15 Nov 2006 19:40:43 -0000 Received: from dslb-084-063-027-024.pools.arcor-ip.net (EHLO colt.pezone.net) [84.63.27.24] by mail.gmx.net (mp045) with SMTP; 15 Nov 2006 20:40:43 +0100 X-Authenticated: #495269 From: Peter Eisentraut To: pgsql-docs@postgresql.org Subject: Re: small improvement to G.2.4.1. Installing OpenJade Date: Wed, 15 Nov 2006 20:40:41 +0100 User-Agent: KMail/1.9.5 Cc: Oleg Bartunov References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="ansi_x3.4-1968" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611152040.41655.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200611/26 X-Sequence-Number: 3860 Oleg Bartunov wrote: > just spent several hours to build developers documentation following > http://developer.postgresql.org/pgdocs/postgres/docguide-toolsets.htm >l and noticed one problem. Installation of OpenJade is a two-step > process - firstm, you need to install OpenSP and then OpenJade, so > it's important to say, that configure option > --enable-default-catalog=/usr/local/share/sgml/catalog should be used > in both steps. I think the configure option only belongs with OpenSP, because OpenJade is not an SGML parser, so it wouldn't need that information. I think the installation instructions belong to an older version of these packages. I'll check with the latest versions and update the instructions. -- Peter Eisentraut http://developer.postgresql.org/~petere/