X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 13981D1D26C for ; Wed, 21 Apr 2004 16:04:57 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 84786-10 for ; Wed, 21 Apr 2004 16:04:55 -0300 (ADT) Received: from curie.credativ.org (credativ.com [217.160.209.18]) by svr1.postgresql.org (Postfix) with ESMTP id B426BD1D23E for ; Wed, 21 Apr 2004 16:04:52 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by curie.credativ.org (Postfix) with ESMTP id 32ED155EA9; Wed, 21 Apr 2004 21:04:53 +0200 (CEST) Received: from colt.pezone.net (dsl-082-082-229-120.arcor-ip.net [82.82.229.120]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by curie.credativ.org (Postfix) with ESMTP id BC25E55BE8; Wed, 21 Apr 2004 21:04:52 +0200 (CEST) From: Peter Eisentraut To: Tom Lane Subject: Re: Fwd: PostgreSQL 7.4 documentation packaging Date: Wed, 21 Apr 2004 21:04:51 +0200 User-Agent: KMail/1.5.1 Cc: josh@agliodbs.com, pgsql-docs@postgresql.org References: <200404191518.19125.josh@agliodbs.com> <200404211436.59292.peter_e@gmx.net> <14077.1082572453@sss.pgh.pa.us> In-Reply-To: <14077.1082572453@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200404212104.51675.peter_e@gmx.net> X-Virus-Scanned: by AMaViS at credativ.com X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200404/25 X-Sequence-Number: 2369 Tom Lane wrote: > I think what he was actually asking for was to provide a relatively > simple way (like a configure option) of installing the HTML docs into > a different directory from the plaintext docs. It didn't sound like > an unreasonable request ... You can use --with-docdir. There are no other docs besides the HTML ones, so this allows you to place the HTML docs anywhere you like.