X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id A978D52875 for ; Mon, 13 Jun 2005 03:03:51 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 29524-03 for ; Mon, 13 Jun 2005 06:03:42 +0000 (GMT) Received: from mail63.csoft.net (leary3.csoft.net [63.111.22.74]) by svr1.postgresql.org (Postfix) with SMTP id B569252856 for ; Mon, 13 Jun 2005 03:03:40 -0300 (ADT) Received: (qmail 3334 invoked by uid 1112); 13 Jun 2005 06:03:40 -0000 Date: Mon, 13 Jun 2005 01:03:40 -0500 (EST) From: Kris Jurka X-X-Sender: books@leary.csoft.net To: Saquib Farooq Malik Cc: pgsql-docs@postgresql.org Subject: Re: the PDF documentation on postgresql.org In-Reply-To: <20050613054644.88576.qmail@web30201.mail.mud.yahoo.com> Message-ID: References: <20050613054644.88576.qmail@web30201.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.01 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200506/23 X-Sequence-Number: 3116 On Sun, 12 Jun 2005, Saquib Farooq Malik wrote: > Can anyone guide me through the exact process of > creating PDF documentation used by www.postgresql.org. > I built the 7.4 and 8.0 pdfs on postgresql.org. I was able to do so by using the sgml tools available in the old debian stable (Woody). You must use plain jade instead of openjade (which crashes). Trying this on debian unstable took about ten days on an Athlon ~1500, but it did complete. I suspect the problem is related to different stylesheet versions, but I have not actually confirmed this. Kris Jurka