From: | L J Bayuk <ljb220(at)mindspring(dot)com> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | pgsql-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: 8.0.0beta3 release documentation fixes for Tcl unbundling |
Date: | 2004-10-01 23:33:36 |
Message-ID: | 20041001233336.GA263@bxlbisnugqvi.mindspring.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
On Fri, Oct 01, 2004 at 11:59:56AM +1000, Neil Conway wrote:
> On Thu, 2004-09-30 at 10:30, ljb wrote:
> > These corrections against 8.0.0beta3 are for removal of the Tcl interface
> > from core.
>
> Patch applied to HEAD, with some editorializing. autoconf (2.53) re-run.
>
> For future reference, patches should be made with a consistent directory
> prefix (i.e. if you're going to make some hunks of the patch relevant to
> the top-level of the PG source tree, please do so for all hunks).
Sorry. Yes I should know better.
> > In addition, please delete doc/man1/pgtclsh.1 and doc/man1/pgtksh.1 from
> > the distribution, since these commands are no longer included.
>
> I couldn't see these files in the beta3 distribution.
Sorry again; that should be man/man1 not doc/man1, and that's where they
get installed (which isn't what you want).
They arrive in the distribution inside the man.tar.gz file:
$ tar -tvzf doc/man.tar.gz | grep pgt
-rw-r--r-- petere/wheel 852 2003-11-02 06:39:09 man1/pgtclsh.1
-rw-r--r-- petere/wheel 963 2003-11-02 06:39:08 man1/pgtksh.1
And they get built from this source file:
doc/src/sgml/ref/pgtclsh.sgml
I don't think it is explicitly referenced from any Makefile or other sgml
file.
From | Date | Subject | |
---|---|---|---|
Next Message | Zhenbang Wei | 2004-10-02 01:03:33 | Update postgres-zh_TW.po for 8.0 |
Previous Message | Abhijit Menon-Sen | 2004-10-01 23:21:28 | [PATCH] 5 plperl patches |