Re: release note fixes (7.3 & HEAD)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: release note fixes (7.3 & HEAD)
Date: 2002-11-26 19:21:01
Message-ID: 200211261921.gAQJL1h04012@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut wrote:
> Tom Lane writes:
>
> > > My understanding is that HISTORY is generated from release.sgml, so
> > > I've just updated the latter. Someone should also regenerate
> > > HISTORY...
> >
> > Yes. I'm not sure how it's done though.
>
> cd doc/src/sgml && gmake HISTORY && mv HISTORY ../../..

I did try that but my lynx doesn't understand -stdin. In this case it
was just as easy to manually fix it.

However, I just played with it some more and got it working with:

$(LYNX) -force_html -dump -nolist /dev/stdin

I had to add -force_html because the file name doesn't have .html.

Does everyone have /dev/stdin? Do more people have that than a newer
version of lynx that has -stdin? I have lynx 2.8.3rel.1 (23 Apr 2000).

Anyway, I commited it so you can test it.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Hannu Krosing 2002-11-26 22:21:48 Re: [HACKERS] Hirarchical queries a la Oracle. Patch.
Previous Message Fernando Nasser 2002-11-26 18:44:19 Re: Hierarchical queries a la Oracle. Patch.