From: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: All three packages ... |
Date: | 2004-08-19 20:02:56 |
Message-ID: | 20040819165007.E82455@ganymede.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, 19 Aug 2004, Tom Lane wrote:
> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
>> I just got 7.2.5 done now ... I pulled the man.tar.gz file from 7.2.4 and
>> put a copy of it into ~ftp/pub/dev/doc/man-7.2.tar.gz (in case its needed
>> in the future) ...
>
> The 7.2.5 tarball is considerably bigger than 7.2.4; this seems to be
> because the built .html files are laying about in doc/src/sgml, instead
> of having been deleted again ...
'k, I'm blind ... build scripts for both 7.2 and 7.3 are identical, except
for which man.tar.gz it pulls in, and what directories in ftp they get
written to ...
The section for docs is:
cd doc/src
gmake postgres.tar.gz
mv postgres.tar.gz ..
cp /var/spool/ftp/pub/dev/doc/man-7.3.tar.gz ../man.tar.gz
cd ../..
gmake split-dist=yes dist
gmake maintainer-clean
And, looking at the various Makefile(s), I'm not finding anything of
significant enough difference insofar as would affect removing the .html
files ...
Anyone see somethign I'm not seeing? :(
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-08-19 20:04:45 | Re: All three packages ... |
Previous Message | Marc G. Fournier | 2004-08-19 19:37:33 | Re: All three packages ... |