From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Thomas Lockhart <lockhart(at)fourpalms(dot)org> |
Subject: | Re: beta3 |
Date: | 2001-11-21 15:30:54 |
Message-ID: | 200111211530.fALFUtb04108@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> OK, I found another problem:
>
> gzip -f --best postgresql-base-7.2b3.tar
> /usr/bin/tar cf postgresql-docs-7.2b3.tar
> postgresql-7.2b3/doc/postgres.tar.gz postgresql-7.2b3/doc/src
>
> ^^^^^^^^^^^^^^^^^^^
> postgresql-7.2b3/doc/TODO.detail postgresql-7.2b3/doc/internals.ps
> /usr/bin/tar: can't add file postgresql-7.2b3/doc/postgres.tar.gz : No
>
> ^^^^^^^^^^^^^^^^^^^
>
> such file or directory
>
> The problem is this line in pgsql/GNUmakefile.in:
>
> docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail doc/internals.ps
>
> Why is doc/postgres.tar.gz used. It normally is in doc/src, and why
> only that doc tarball.
OK, I updated this to point to doc/src. Marc, I have a
doc/postgres.tar.gz here that you can use to make the tarball. It is
now at ftp://candle.pha.pa.us/pub/postgresql.
> And again, there is that intenrals.ps file that doesn't really belong
> there, I think.
Tom agrees so I will move it to the web site. Shame we don't have the
source, which was originally TeX.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Trond Eivind =?iso-8859-1?q?Glomsr=F8d?= | 2001-11-21 15:34:50 | Re: beta3 |
Previous Message | Tom Lane | 2001-11-21 15:30:17 | Re: Rejection of the smallest int8 |