Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id B52889FA1DE for ; Tue, 12 Dec 2006 04:10:22 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-new, port 10024) with ESMTP id 59398-09 for ; Tue, 12 Dec 2006 04:10:20 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.4 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by postgresql.org (Postfix) with SMTP id AC9399F946C for ; Tue, 12 Dec 2006 04:10:21 -0400 (AST) Received: (qmail invoked by alias); 12 Dec 2006 08:10:20 -0000 Received: from dslb-084-063-011-156.pools.arcor-ip.net (EHLO colt.pezone.net) [84.63.11.156] by mail.gmx.net (mp019) with SMTP; 12 Dec 2006 09:10:20 +0100 X-Authenticated: #495269 From: Peter Eisentraut To: Guillaume Lelarge Subject: Re: Switching to XML Date: Tue, 12 Dec 2006 09:10:18 +0100 User-Agent: KMail/1.9.5 Cc: David Blewett , pgsql-docs@postgresql.org References: <4579720E.4000707@dawninglight.net> <457D9F0A.9050202@dawninglight.net> <457DF846.9080502@lelarge.info> In-Reply-To: <457DF846.9080502@lelarge.info> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612120910.19126.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200612/145 X-Sequence-Number: 4068 Guillaume Lelarge wrote: > A summary : > * to build HTML manual with XSLT : > make postgres.xml > make xslthtml Just the last command should be enough. > * to build PDF manual with XSLT : > make postgres.xml > make postgres-A4.fo Same here. > fop.sh postgres-A4.fo postgres-A4.pdf > > I think my fop install is broken because I'm not able to build the > PDF file... I have been using FOP on and off for many years and I've never seen it produce any real document longer than two pages, so I'm not surprised. -- Peter Eisentraut http://developer.postgresql.org/~petere/