public inbox for [email protected]
help / color / mirror / Atom feedpgsql-server/doc/src/sgml Makefile
43+ messages / 6 participants
[nested] [flat]
* pgsql-server/doc/src/sgml Makefile
@ 2004-03-05 19:48 Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Bruce Momjian @ 2004-03-05 19:48 UTC (permalink / raw)
To: [email protected]
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [email protected] 04/03/05 15:48:03
Modified files:
doc/src/sgml : Makefile
Log message:
Use '-' for stdin on lynx, my lynx version doesn't support -stdin.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-05 20:07 ` Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-05 20:07 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: [email protected]
[email protected] (Bruce Momjian) writes:
> Use '-' for stdin on lynx, my lynx version doesn't support -stdin.
How old is your lynx? I checked before making that patch, and -stdin
seemed to be in the oldest lynx I had handy (RHL 8.0).
BTW, I recently installed 2.8.5rel.1 here, and it generates very clean
text output --- no weird trailing spaces, proper justification of
headings, etc. I'd suggest standardizing on that for building the
HISTORY file.
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-06 03:01 ` Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
0 siblings, 2 replies; 43+ messages in thread
From: Bruce Momjian @ 2004-03-06 03:01 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: [email protected]
Tom Lane wrote:
> [email protected] (Bruce Momjian) writes:
> > Use '-' for stdin on lynx, my lynx version doesn't support -stdin.
>
> How old is your lynx? I checked before making that patch, and -stdin
> seemed to be in the oldest lynx I had handy (RHL 8.0).
I am using:
Lynx Version 2.8.3rel.1 (23 Apr 2000)
I assume bsdi kept that version perhaps because newer versions had
troubles with some things.
In the old days, only I did HISTORY. Now that others are doing it,
which is good, we should standardize to prevent CVS from recording
massive changes to HISTORY for different versions of lynx.
> BTW, I recently installed 2.8.5rel.1 here, and it generates very clean
> text output --- no weird trailing spaces, proper justification of
> headings, etc. I'd suggest standardizing on that for building the
> HISTORY file.
I see on postgresql.org:
Lynx Version 2.8.5dev.16 (01 Jun 2003)
I used that to generate HISTORY, and I did a diff against the HISTORY I
generated, and the only difference is that it doesn't have spaces on
blank lines, which is even better output than mine.
In the future, I will use postgresql.org lynx. If you find yours
generates similar output to that, you can keep using your local one.
I have changed the lynx flag back to -stdin, and regenerated HISTORY, so
you can run a comparison with CVS to see if yours is similar.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-07 22:30 ` Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-07 22:30 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: [email protected]
Bruce Momjian <[email protected]> writes:
> I see on postgresql.org:
> Lynx Version 2.8.5dev.16 (01 Jun 2003)
> I used that to generate HISTORY, and I did a diff against the HISTORY I
> generated, and the only difference is that it doesn't have spaces on
> blank lines, which is even better output than mine.
> In the future, I will use postgresql.org lynx. If you find yours
> generates similar output to that, you can keep using your local one.
Actually, mine generates better output than that one --- it aligns
headings better. I'd suggest updating to the 2.8.5 release.
The HISTORY versions that I just committed were made with 2.8.5rel1
... feel free to compare.
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-08 22:35 ` Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Bruce Momjian @ 2004-03-08 22:35 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: pgsql-docs
Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
> > I see on postgresql.org:
> > Lynx Version 2.8.5dev.16 (01 Jun 2003)
>
> > I used that to generate HISTORY, and I did a diff against the HISTORY I
> > generated, and the only difference is that it doesn't have spaces on
> > blank lines, which is even better output than mine.
>
> > In the future, I will use postgresql.org lynx. If you find yours
> > generates similar output to that, you can keep using your local one.
>
> Actually, mine generates better output than that one --- it aligns
> headings better. I'd suggest updating to the 2.8.5 release.
>
> The HISTORY versions that I just committed were made with 2.8.5rel1
> ... feel free to compare.
I updated to that version of lynx but am still seeing the Migration
headings left-aligned, rather than centered.
I wonder if the cause is my version of the sgml tools, rather than lynx.
What do you see in your HISTORY.htlm file for "Migration":
><DIV
CLASS="SECT2"
><HR><H3
CLASS="SECT2"
><A
NAME="AEN9"
>Migration to version 7.4.2</A
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-08 22:46 ` Tom Lane <[email protected]>
2004-03-08 23:57 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
0 siblings, 2 replies; 43+ messages in thread
From: Tom Lane @ 2004-03-08 22:46 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: pgsql-docs; Peter Eisentraut <[email protected]>
Bruce Momjian <[email protected]> writes:
> I wonder if the cause is my version of the sgml tools, rather than lynx.
> What do you see in your HISTORY.htlm file for "Migration":
> ><DIV
> CLASS="SECT2"
> ><HR><H3
> CLASS="SECT2"
> ><A
> NAME="AEN9"
> >Migration to version 7.4.2</A
Hmm, I get
><DIV
CLASS="SECT2"
><HR><H2
CLASS="SECT2"
><A
NAME="AEN9"
>Migration to version 7.4.2</A
></H2
so the discrepancy is evidently <H2> vs <H3>. In my HISTORY.html,
"Release Notes" and "Release 7.4.2" are both <H1> and then the
Migration heading is <H2>.
So indeed it looks like the discrepancy is in the SGML stylesheet.
I'm not real sure whether the <H3> interpretation should be preferred
--- Peter, any comments?
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-08 23:57 ` Bruce Momjian <[email protected]>
1 sibling, 0 replies; 43+ messages in thread
From: Bruce Momjian @ 2004-03-08 23:57 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: pgsql-docs; Peter Eisentraut <[email protected]>
Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
> > I wonder if the cause is my version of the sgml tools, rather than lynx.
>
> > What do you see in your HISTORY.htlm file for "Migration":
>
> > ><DIV
> > CLASS="SECT2"
> > ><HR><H3
> > CLASS="SECT2"
> > ><A
> > NAME="AEN9"
> > >Migration to version 7.4.2</A
>
> Hmm, I get
>
> ><DIV
> CLASS="SECT2"
> ><HR><H2
> CLASS="SECT2"
> ><A
> NAME="AEN9"
> >Migration to version 7.4.2</A
> ></H2
>
> so the discrepancy is evidently <H2> vs <H3>. In my HISTORY.html,
> "Release Notes" and "Release 7.4.2" are both <H1> and then the
> Migration heading is <H2>.
>
> So indeed it looks like the discrepancy is in the SGML stylesheet.
> I'm not real sure whether the <H3> interpretation should be preferred
> --- Peter, any comments?
Looking at the SGML, it seems the H3 interpretation is correct. SGML
has:
<appendix id="release">
<title>Release Notes</title>
<sect1 id="release-7-4-2">
<title>Release 7.4.2</title>
<note>
<title>Release date</title>
<simpara>2004-03-08</simpara>
</note>
<para>
This release contains a variety of fixes from 7.4.1.
</para>
<sect2>
<title>Migration to version 7.4.2</title>
Appendix/release should be H1, release-7-4-2 should be H2, and migration
H3. I don't see any logic for appendix and sect1 be the same HTML
heading level because they don't seem to be the same level in SGML.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 07:32 ` Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Peter Eisentraut @ 2004-03-09 07:32 UTC (permalink / raw)
To: Tom Lane <[email protected]>; Bruce Momjian <[email protected]>; +Cc: pgsql-docs
Tom Lane wrote:
> So indeed it looks like the discrepancy is in the SGML stylesheet.
> I'm not real sure whether the <H3> interpretation should be preferred
> --- Peter, any comments?
Check the version of your stylesheet. It should be visible in the
<META> headers of the generated HTML somewhere.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
@ 2004-03-09 07:44 ` Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-09 07:44 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-docs
Peter Eisentraut <[email protected]> writes:
> Tom Lane wrote:
>> So indeed it looks like the discrepancy is in the SGML stylesheet.
>> I'm not real sure whether the <H3> interpretation should be preferred
>> --- Peter, any comments?
> Check the version of your stylesheet. It should be visible in the
> <META> headers of the generated HTML somewhere.
Is this what you're looking for?
<TITLE
>Release Notes</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.59"></HEAD
><BODY
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 08:10 ` Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Peter Eisentraut @ 2004-03-09 08:10 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-docs
Tom Lane wrote:
> ><META
>
> NAME="GENERATOR"
> CONTENT="Modular DocBook HTML Stylesheet Version 1.59"></HEAD
This qualifies as ancient. Newer versions are available from
http://docbook.sourceforge.net/projects/dsssl/index.html
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
@ 2004-03-09 15:24 ` Tom Lane <[email protected]>
2004-03-09 16:07 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 17:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
0 siblings, 2 replies; 43+ messages in thread
From: Tom Lane @ 2004-03-09 15:24 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-docs
Peter Eisentraut <[email protected]> writes:
> Tom Lane wrote:
>> CONTENT="Modular DocBook HTML Stylesheet Version 1.59"></HEAD
> This qualifies as ancient. Newer versions are available from
> http://docbook.sourceforge.net/projects/dsssl/index.html
Okay. I see that both postgresql.org and Bruce are generating the docs
with
Modular DocBook HTML Stylesheet Version 1.7
Shall we standardize on that and lynx 2.8.5 as the current "official"
versions to use for building the docs?
Also, I'm running openjade 1.3 on this machine, and as I recall it was
a serious pain in the arse to build. Is it worth worrying about a newer
version of that?
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 16:07 ` Peter Eisentraut <[email protected]>
2004-03-09 16:26 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Peter Eisentraut @ 2004-03-09 16:07 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-docs
Tom Lane wrote:
> Okay. I see that both postgresql.org and Bruce are generating the
> docs with
> Modular DocBook HTML Stylesheet Version 1.7
There is no version "1.7". This is in fact a bug; the correct version
number of the latest version (which is in use at postgresql.org) is
1.78.
> Shall we standardize on that and lynx 2.8.5 as the current "official"
> versions to use for building the docs?
Works for me.
> Also, I'm running openjade 1.3 on this machine, and as I recall it
> was a serious pain in the arse to build. Is it worth worrying about
> a newer version of that?
Well, there is 1.3.2 now, but I can't tell you how easy or hard to build
that one is. There is also a 1.4 in the making, but the whole DSSSL
toolchain is sort of dying.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 16:07 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
@ 2004-03-09 16:26 ` Tom Lane <[email protected]>
0 siblings, 0 replies; 43+ messages in thread
From: Tom Lane @ 2004-03-09 16:26 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-docs
Peter Eisentraut <[email protected]> writes:
> Tom Lane wrote:
>> Also, I'm running openjade 1.3 on this machine, and as I recall it
>> was a serious pain in the arse to build. Is it worth worrying about
>> a newer version of that?
> Well, there is 1.3.2 now, but I can't tell you how easy or hard to build
> that one is. There is also a 1.4 in the making, but the whole DSSSL
> toolchain is sort of dying.
Having re-read my notes about installing 1.3 from source, I won't shed a
tear if it dies. Should I be thinking of installing something else
instead, and if so what?
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 17:42 ` Bruce Momjian <[email protected]>
2004-03-09 17:56 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 20:26 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruno Wolff III <[email protected]>
1 sibling, 2 replies; 43+ messages in thread
From: Bruce Momjian @ 2004-03-09 17:42 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-docs
Tom Lane wrote:
> Peter Eisentraut <[email protected]> writes:
> > Tom Lane wrote:
> >> CONTENT="Modular DocBook HTML Stylesheet Version 1.59"></HEAD
>
> > This qualifies as ancient. Newer versions are available from
> > http://docbook.sourceforge.net/projects/dsssl/index.html
>
> Okay. I see that both postgresql.org and Bruce are generating the docs
> with
> Modular DocBook HTML Stylesheet Version 1.7
> Shall we standardize on that and lynx 2.8.5 as the current "official"
> versions to use for building the docs?
2.8.5 is a development release of lynx, not a stable one:
Lynx Version 2.8.5dev.16 (01 Jun 2003)
Do we want to standardize on a development version of some tools? It is
only converting to text, so I guess it is OK.
I downloaded the version of lynx Tom has just so I can generate the
newer output. The only difference between my 2.8.3 lynx and 2.8.5 is
that 2.8.5 trips spaces on blank lines used between headings, which is
good.
I have also rebuilt the HISTORY file in CVS to match our official style
sheets.
> Also, I'm running openjade 1.3 on this machine, and as I recall it was
> a serious pain in the arse to build. Is it worth worrying about a newer
> version of that?
I can help you because I just installed new tools a few months ago. I
will phone you.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 17:56 ` Tom Lane <[email protected]>
2004-03-09 18:57 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-09 17:56 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-docs
Bruce Momjian <[email protected]> writes:
> 2.8.5 is a development release of lynx, not a stable one:
> Lynx Version 2.8.5dev.16 (01 Jun 2003)
2.8.5rel1 is a release version that has been out for some time.
If you're running a development version, that's not my problem.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 17:56 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 18:57 ` Bruce Momjian <[email protected]>
2004-03-09 19:28 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Bruce Momjian @ 2004-03-09 18:57 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-docs
Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
> > 2.8.5 is a development release of lynx, not a stable one:
> > Lynx Version 2.8.5dev.16 (01 Jun 2003)
>
> 2.8.5rel1 is a release version that has been out for some time.
> If you're running a development version, that's not my problem.
Well, looking at:
http://lynx.browser.org/
It mentions 2.8.3 as most current, and lists 2.8.5 under Development
Versions.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 17:56 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:57 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 19:28 ` Tom Lane <[email protected]>
0 siblings, 0 replies; 43+ messages in thread
From: Tom Lane @ 2004-03-09 19:28 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-docs
Bruce Momjian <[email protected]> writes:
> Tom Lane wrote:
>> 2.8.5rel1 is a release version that has been out for some time.
>> If you're running a development version, that's not my problem.
> Well, looking at:
> http://lynx.browser.org/
> It mentions 2.8.3 as most current, and lists 2.8.5 under Development
> Versions.
Why do you think that is authoritative? Freshmeat shows lynx.isc.org
as the home site for lynx, and
http://lynx.isc.org/release/lynx2.8.5.tar.gz
as the current release.
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-08 22:35 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 07:32 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 08:10 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 20:26 ` Bruno Wolff III <[email protected]>
1 sibling, 0 replies; 43+ messages in thread
From: Bruno Wolff III @ 2004-03-09 20:26 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Tom Lane <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-docs
On Tue, Mar 09, 2004 at 12:42:46 -0500,
Bruce Momjian <[email protected]> wrote:
>
> 2.8.5 is a development release of lynx, not a stable one:
>
> Lynx Version 2.8.5dev.16 (01 Jun 2003)
>
> Do we want to standardize on a development version of some tools? It is
> only converting to text, so I guess it is OK.
>
> I downloaded the version of lynx Tom has just so I can generate the
> newer output. The only difference between my 2.8.3 lynx and 2.8.5 is
> that 2.8.5 trips spaces on blank lines used between headings, which is
> good.
I think the major advantage of 2.8.5 is https support. That isn't needed
for what you are doing, but is a good reason for someone to use it
as their browser in preference to earlier versions. I am using
2.8.5dev.9 and it seems to work reasonably well. The new scroll bar
function has an issue (copying text accross the scroll bar doesn't
work) so I don't use that feature.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 07:30 ` Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Peter Eisentraut @ 2004-03-09 07:30 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; Tom Lane <[email protected]>; +Cc: [email protected]
Bruce Momjian wrote:
> In the old days, only I did HISTORY. Now that others are doing it,
> which is good, we should standardize to prevent CVS from recording
> massive changes to HISTORY for different versions of lynx.
A better approach for that would be to remove HISTORY from CVS and build
it only when the release tarball is made.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
@ 2004-03-09 07:42 ` Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-09 07:42 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: Bruce Momjian <[email protected]>; [email protected]
Peter Eisentraut <[email protected]> writes:
> A better approach for that would be to remove HISTORY from CVS and build
> it only when the release tarball is made.
Given some standardization of the toolchain, that would be the way to
go. Right now, though, we seem to have some doubts at both the SGML
and lynx levels. Can we clear these up so people know what they will
get?
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 17:51 ` Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Bruce Momjian @ 2004-03-09 17:51 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; [email protected]
Tom Lane wrote:
> Peter Eisentraut <[email protected]> writes:
> > A better approach for that would be to remove HISTORY from CVS and build
> > it only when the release tarball is made.
>
> Given some standardization of the toolchain, that would be the way to
> go. Right now, though, we seem to have some doubts at both the SGML
> and lynx levels. Can we clear these up so people know what they will
> get?
I think the only reason HISTORY and INSTALL are in CVS is because we
want people running CVS during beta to have changes docs and install
instructions that don't require them to pull down a new tarball each
time or read the docs via a web site.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 18:00 ` Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-09 18:00 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; [email protected]
Bruce Momjian <[email protected]> writes:
>> Peter Eisentraut <[email protected]> writes:
>>> A better approach for that would be to remove HISTORY from CVS and build
>>> it only when the release tarball is made.
> I think the only reason HISTORY and INSTALL are in CVS is because we
> want people running CVS during beta to have changes docs and install
> instructions that don't require them to pull down a new tarball each
> time or read the docs via a web site.
That argument seems a bit silly for HISTORY, seeing that it's generally
not up-to-date during beta testing. As for INSTALL, those instructions
don't change fast enough to surprise beta testers, so I'm not convinced
about it either.
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 18:13 ` Bruce Momjian <[email protected]>
2004-03-09 18:16 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:26 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
0 siblings, 3 replies; 43+ messages in thread
From: Bruce Momjian @ 2004-03-09 18:13 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-docs; Marc G. Fournier <[email protected]>
Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
> >> Peter Eisentraut <[email protected]> writes:
> >>> A better approach for that would be to remove HISTORY from CVS and build
> >>> it only when the release tarball is made.
>
> > I think the only reason HISTORY and INSTALL are in CVS is because we
> > want people running CVS during beta to have changes docs and install
> > instructions that don't require them to pull down a new tarball each
> > time or read the docs via a web site.
>
> That argument seems a bit silly for HISTORY, seeing that it's generally
> not up-to-date during beta testing. As for INSTALL, those instructions
> don't change fast enough to surprise beta testers, so I'm not convinced
> about it either.
Actually, recent releases had a current HISTORY before beta started.
However, if they are downloading the beta tarballs, the HISTORY/INSTALL
files are already generated. It would only be useful for CVS pulls
during beta though.
One idea would be to replace file content with a single URL that points
to the development docs, then when the tarball is built, it can
overwrite those files.
Marc?
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 18:16 ` Tom Lane <[email protected]>
2004-03-09 20:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruno Wolff III <[email protected]>
2 siblings, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-09 18:16 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-docs; Marc G. Fournier <[email protected]>
Bruce Momjian <[email protected]> writes:
> Tom Lane wrote:
>> That argument seems a bit silly for HISTORY, seeing that it's generally
>> not up-to-date during beta testing. As for INSTALL, those instructions
>> don't change fast enough to surprise beta testers, so I'm not convinced
>> about it either.
> Actually, recent releases had a current HISTORY before beta started.
> However, if they are downloading the beta tarballs, the HISTORY/INSTALL
> files are already generated. It would only be useful for CVS pulls
> during beta though.
The other point is: how plausible is it really that someone testing CVS
pulls would not find it convenient to read these docs from the website?
They've got to have net access to do the pull in the first place.
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:16 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 20:30 ` Bruno Wolff III <[email protected]>
0 siblings, 0 replies; 43+ messages in thread
From: Bruno Wolff III @ 2004-03-09 20:30 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Bruce Momjian <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-docs; Marc G. Fournier <[email protected]>
On Tue, Mar 09, 2004 at 13:16:58 -0500,
Tom Lane <[email protected]> wrote:
>
> The other point is: how plausible is it really that someone testing CVS
> pulls would not find it convenient to read these docs from the website?
> They've got to have net access to do the pull in the first place.
I started using 7.4 early in the development cycle and was using the
developer doc pages fairly often. I was having trouble with jade back
then though. I can now make the html version of the documentation
and do that when I get new versions of 7.4 STABLE from CVS.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 18:30 ` Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2 siblings, 1 reply; 43+ messages in thread
From: Marc G. Fournier @ 2004-03-09 18:30 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Tom Lane <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-docs
On Tue, 9 Mar 2004, Bruce Momjian wrote:
> One idea would be to replace file content with a single URL that points
> to the development docs, then when the tarball is built, it can
> overwrite those files.
>
> Marc?
Overwrite the files with ... ? The contents of the URL itself, pulled
down with lynx?
if so, ya, that's easy enough ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
@ 2004-03-09 18:53 ` Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Bruce Momjian @ 2004-03-09 18:53 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: Tom Lane <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-docs
Marc G. Fournier wrote:
> On Tue, 9 Mar 2004, Bruce Momjian wrote:
>
> > One idea would be to replace file content with a single URL that points
> > to the development docs, then when the tarball is built, it can
> > overwrite those files.
> >
> > Marc?
>
> Overwrite the files with ... ? The contents of the URL itself, pulled
> down with lynx?
>
> if so, ya, that's easy enough ...
No, actually the URL points to an HTML. You need to do 'gmake HISTORY'
in the sgml directory, and put that in /HISTORY. Same for INSTALL.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 19:15 ` Marc G. Fournier <[email protected]>
2004-03-09 19:33 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 19:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
0 siblings, 2 replies; 43+ messages in thread
From: Marc G. Fournier @ 2004-03-09 19:15 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Marc G. Fournier <[email protected]>; Tom Lane <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-docs
On Tue, 9 Mar 2004, Bruce Momjian wrote:
> Marc G. Fournier wrote:
> > On Tue, 9 Mar 2004, Bruce Momjian wrote:
> >
> > > One idea would be to replace file content with a single URL that points
> > > to the development docs, then when the tarball is built, it can
> > > overwrite those files.
> > >
> > > Marc?
> >
> > Overwrite the files with ... ? The contents of the URL itself, pulled
> > down with lynx?
> >
> > if so, ya, that's easy enough ...
>
> No, actually the URL points to an HTML. You need to do 'gmake HISTORY'
> in the sgml directory, and put that in /HISTORY. Same for INSTALL.
Ah, even easier ... stupid question, but the snapshot is still using the
7.4 docs ... is there a 'gmake' I should be using to build man.tar.gz,
like I do with postgres?
Based on the above, though, here are the steps for building the snapshot
that should be followed ... please confirm ...
/usr/bin/cvs -d /cvsroot -q export -rHEAD pgsql
cd pgsql
./configure
cd doc/src
gmake postgres.tar.gz
mv postgres.tar.gz ..
cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc
cd sgml
gmake HISTORY INSTALL
cp HISTORY INSTALL ../../..
cd ../../..
gmake split-dist=yes VERSION=snapshot dist
gmake maintainer-clean
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
@ 2004-03-09 19:33 ` Tom Lane <[email protected]>
2004-03-09 19:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 19:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
1 sibling, 2 replies; 43+ messages in thread
From: Tom Lane @ 2004-03-09 19:33 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: Bruce Momjian <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-docs
"Marc G. Fournier" <[email protected]> writes:
> cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc
That doesn't look right; for one thing you just made a postgres.tar.gz,
why would you overwrite it? Also see the business about whether
man.tar.gz has a version number.
> cd sgml
> gmake HISTORY INSTALL
> cp HISTORY INSTALL ../../..
> cd ../../..
This gmake will leave some crud files that you don't want in the distro.
Instead of 'cp' I'd suggest
mv -f HISTORY INSTALL ../../..
gmake clean
Not sure if there are any other issues.
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:33 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 19:42 ` Peter Eisentraut <[email protected]>
2004-03-09 20:08 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Peter Eisentraut @ 2004-03-09 19:42 UTC (permalink / raw)
To: Tom Lane <[email protected]>; Marc G. Fournier <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-docs
Tom Lane wrote:
> This gmake will leave some crud files that you don't want in the
> distro. Instead of 'cp' I'd suggest
> mv -f HISTORY INSTALL ../../..
> gmake clean
The "make dist" step will do its own cleaning.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:33 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 19:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
@ 2004-03-09 20:08 ` Bruce Momjian <[email protected]>
2004-03-09 20:17 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Bruce Momjian @ 2004-03-09 20:08 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: Tom Lane <[email protected]>; Marc G. Fournier <[email protected]>; pgsql-docs
Peter Eisentraut wrote:
> Tom Lane wrote:
> > This gmake will leave some crud files that you don't want in the
> > distro. Instead of 'cp' I'd suggest
> > mv -f HISTORY INSTALL ../../..
> > gmake clean
>
> The "make dist" step will do its own cleaning.
Actually only as of yesterday. There was no clean target for HISTORY
and INSTALL before.
I just added the clean target to 7.4.X too.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:33 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 19:42 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 20:08 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 20:17 ` Marc G. Fournier <[email protected]>
0 siblings, 0 replies; 43+ messages in thread
From: Marc G. Fournier @ 2004-03-09 20:17 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; Tom Lane <[email protected]>; Marc G. Fournier <[email protected]>; pgsql-docs
On Tue, 9 Mar 2004, Bruce Momjian wrote:
> Peter Eisentraut wrote:
> > Tom Lane wrote:
> > > This gmake will leave some crud files that you don't want in the
> > > distro. Instead of 'cp' I'd suggest
> > > mv -f HISTORY INSTALL ../../..
> > > gmake clean
> >
> > The "make dist" step will do its own cleaning.
>
> Actually only as of yesterday. There was no clean target for HISTORY
> and INSTALL before.
>
> I just added the clean target to 7.4.X too.
'k, and I've removed it from the script ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:33 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 19:42 ` Marc G. Fournier <[email protected]>
1 sibling, 0 replies; 43+ messages in thread
From: Marc G. Fournier @ 2004-03-09 19:42 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Marc G. Fournier <[email protected]>; Bruce Momjian <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-docs
On Tue, 9 Mar 2004, Tom Lane wrote:
> "Marc G. Fournier" <[email protected]> writes:
> > cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc
>
> That doesn't look right; for one thing you just made a postgres.tar.gz,
> why would you overwrite it? Also see the business about whether
> man.tar.gz has a version number.
k, both of those are fixed ...
>
> > cd sgml
> > gmake HISTORY INSTALL
> > cp HISTORY INSTALL ../../..
> > cd ../../..
>
> This gmake will leave some crud files that you don't want in the distro.
> Instead of 'cp' I'd suggest
> mv -f HISTORY INSTALL ../../..
> gmake clean
>
> Not sure if there are any other issues.
Changed ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
@ 2004-03-09 19:46 ` Peter Eisentraut <[email protected]>
2004-03-09 20:07 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Peter Eisentraut @ 2004-03-09 19:46 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; Bruce Momjian <[email protected]>; +Cc: Marc G. Fournier <[email protected]>; Tom Lane <[email protected]>; pgsql-docs
Marc G. Fournier wrote:
> /usr/bin/cvs -d /cvsroot -q export -rHEAD pgsql
> cd pgsql
> ./configure
> cd doc/src
> gmake postgres.tar.gz
> mv postgres.tar.gz ..
> cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz
> ../doc cd sgml
> gmake HISTORY INSTALL
> cp HISTORY INSTALL ../../..
> cd ../../..
> gmake split-dist=yes VERSION=snapshot dist
> gmake maintainer-clean
This looks mostly correct (modulo the other comments), but it seems
there is still a lot of room for automation in there.
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
@ 2004-03-09 20:07 ` Marc G. Fournier <[email protected]>
2004-03-09 20:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-11 15:03 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
0 siblings, 2 replies; 43+ messages in thread
From: Marc G. Fournier @ 2004-03-09 20:07 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: Marc G. Fournier <[email protected]>; Bruce Momjian <[email protected]>; Tom Lane <[email protected]>; pgsql-docs
On Tue, 9 Mar 2004, Peter Eisentraut wrote:
> Marc G. Fournier wrote:
> > /usr/bin/cvs -d /cvsroot -q export -rHEAD pgsql
> > cd pgsql
> > ./configure
> > cd doc/src
> > gmake postgres.tar.gz
> > mv postgres.tar.gz ..
> > cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz
> > ../doc cd sgml
> > gmake HISTORY INSTALL
> > cp HISTORY INSTALL ../../..
> > cd ../../..
> > gmake split-dist=yes VERSION=snapshot dist
> > gmake maintainer-clean
>
> This looks mostly correct (modulo the other comments), but it seems
> there is still a lot of room for automation in there.
Definitely open to suggestions on changing it ... I'm down to:
/usr/bin/cvs -d /cvsroot -q export -rHEAD pgsql
cd pgsql
./configure
cd doc/src
gmake postgres.tar.gz
mv postgres.tar.gz ..
cp ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc/man.tar.gz
cd sgml
gmake HISTORY INSTALL
mv -f HISTORY INSTALL ../../..
cd ../../..
gmake split-dist=yes VERSION=snapshot dist
gmake maintainer-clean
You tell me what else I should add here ... :)
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 20:07 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
@ 2004-03-09 20:15 ` Tom Lane <[email protected]>
2004-03-09 20:18 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-09 20:15 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; Bruce Momjian <[email protected]>; pgsql-docs
"Marc G. Fournier" <[email protected]> writes:
> Definitely open to suggestions on changing it ... I'm down to:
> cd doc/src
> gmake postgres.tar.gz
> mv postgres.tar.gz ..
> cp ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc/man.tar.gz
On second look, isn't that copying the man tarball to the wrong
directory? Looks like it'll try to put it in doc/doc ...
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 20:07 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 20:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
@ 2004-03-09 20:18 ` Marc G. Fournier <[email protected]>
0 siblings, 0 replies; 43+ messages in thread
From: Marc G. Fournier @ 2004-03-09 20:18 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Marc G. Fournier <[email protected]>; Peter Eisentraut <[email protected]>; Bruce Momjian <[email protected]>; pgsql-docs
On Tue, 9 Mar 2004, Tom Lane wrote:
> "Marc G. Fournier" <[email protected]> writes:
> > Definitely open to suggestions on changing it ... I'm down to:
>
> > cd doc/src
> > gmake postgres.tar.gz
> > mv postgres.tar.gz ..
> > cp ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc/man.tar.gz
>
> On second look, isn't that copying the man tarball to the wrong
> directory? Looks like it'll try to put it in doc/doc ...
Fixed ... does nobody ever download teh nsapshots? :) that script hasn't
been touched in *months* now ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 20:07 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
@ 2004-03-11 15:03 ` Peter Eisentraut <[email protected]>
2004-03-11 16:39 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
1 sibling, 1 reply; 43+ messages in thread
From: Peter Eisentraut @ 2004-03-11 15:03 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: Marc G. Fournier <[email protected]>; Bruce Momjian <[email protected]>; Tom Lane <[email protected]>; pgsql-docs
Marc G. Fournier wrote:
> Definitely open to suggestions on changing it ... I'm down to:
The reason this is all so complicated in the first place is that in the
past we wanted to defend ourselves against broken documentation sources
when building snapshots. As of now this doesn't work anymore, so we
might as well automate the whole process including the documentation
build and be done with these games. Comments?
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:30 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-09 19:46 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 20:07 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Marc G. Fournier <[email protected]>
2004-03-11 15:03 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
@ 2004-03-11 16:39 ` Tom Lane <[email protected]>
0 siblings, 0 replies; 43+ messages in thread
From: Tom Lane @ 2004-03-11 16:39 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: Marc G. Fournier <[email protected]>; Bruce Momjian <[email protected]>; pgsql-docs
Peter Eisentraut <[email protected]> writes:
> The reason this is all so complicated in the first place is that in the
> past we wanted to defend ourselves against broken documentation sources
> when building snapshots. As of now this doesn't work anymore, so we
> might as well automate the whole process including the documentation
> build and be done with these games. Comments?
Making the man pages is still non-automatable, no? Folding the HTML
document build into "make dist" is probably reasonable, but I don't
see that it will make for any big gain in the reliability of the
process...
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
@ 2004-03-09 19:26 ` Peter Eisentraut <[email protected]>
2004-03-10 00:29 ` HISTORY, INSTALL, README.CVS Bruce Momjian <[email protected]>
2 siblings, 1 reply; 43+ messages in thread
From: Peter Eisentraut @ 2004-03-09 19:26 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; Tom Lane <[email protected]>; +Cc: pgsql-docs; Marc G. Fournier <[email protected]>
Bruce Momjian wrote:
> One idea would be to replace file content with a single URL that
> points to the development docs, then when the tarball is built, it
> can overwrite those files.
Please do not automatically overwrite files that are in CVS. That will
lead to trouble. An alternative, which is actually in quite common
use, is to simply provide a file README.cvs that explains various
things about dealing with a CVS check out tree. When you make a
tarball, you simply delete the file.
^ permalink raw reply [nested|flat] 43+ messages in thread
* HISTORY, INSTALL, README.CVS
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:26 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
@ 2004-03-10 00:29 ` Bruce Momjian <[email protected]>
2004-03-10 04:41 ` Re: HISTORY, INSTALL, README.CVS Tom Lane <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Bruce Momjian @ 2004-03-10 00:29 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: Tom Lane <[email protected]>; pgsql-docs; Marc G. Fournier <[email protected]>
Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > One idea would be to replace file content with a single URL that
> > points to the development docs, then when the tarball is built, it
> > can overwrite those files.
>
> Please do not automatically overwrite files that are in CVS. That will
> lead to trouble. An alternative, which is actually in quite common
> use, is to simply provide a file README.cvs that explains various
> things about dealing with a CVS check out tree. When you make a
> tarball, you simply delete the file.
OK, I have removed HISTORY and INSTALL from CVS, and added a README.CVS
which contains URL's to that content.
Marc, would you modify your tar build script to remove README.CVS from
the tar file?
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: HISTORY, INSTALL, README.CVS
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:26 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-10 00:29 ` HISTORY, INSTALL, README.CVS Bruce Momjian <[email protected]>
@ 2004-03-10 04:41 ` Tom Lane <[email protected]>
2004-03-10 16:44 ` Re: HISTORY, INSTALL, README.CVS Bruce Momjian <[email protected]>
0 siblings, 1 reply; 43+ messages in thread
From: Tom Lane @ 2004-03-10 04:41 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-docs; Marc G. Fournier <[email protected]>
Bruce Momjian <[email protected]> writes:
> OK, I have removed HISTORY and INSTALL from CVS, and added a README.CVS
> which contains URL's to that content.
> Marc, would you modify your tar build script to remove README.CVS from
> the tar file?
Sounds good, but are we all on the same page here? Does this apply only
to CVS HEAD, or also in the 7.4 and 7.3 branches? (I assume we are not
planning any further releases before 7.3.)
regards, tom lane
^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: HISTORY, INSTALL, README.CVS
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-06 03:01 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 07:30 ` Re: pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 17:51 ` Re: pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Re: pgsql-server/doc/src/sgml Makefile Tom Lane <[email protected]>
2004-03-09 18:13 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-09 19:26 ` Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Peter Eisentraut <[email protected]>
2004-03-10 00:29 ` HISTORY, INSTALL, README.CVS Bruce Momjian <[email protected]>
2004-03-10 04:41 ` Re: HISTORY, INSTALL, README.CVS Tom Lane <[email protected]>
@ 2004-03-10 16:44 ` Bruce Momjian <[email protected]>
0 siblings, 0 replies; 43+ messages in thread
From: Bruce Momjian @ 2004-03-10 16:44 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; pgsql-docs; Marc G. Fournier <[email protected]>
Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
> > OK, I have removed HISTORY and INSTALL from CVS, and added a README.CVS
> > which contains URL's to that content.
>
> > Marc, would you modify your tar build script to remove README.CVS from
> > the tar file?
>
> Sounds good, but are we all on the same page here? Does this apply only
> to CVS HEAD, or also in the 7.4 and 7.3 branches? (I assume we are not
> planning any further releases before 7.3.)
I have done this for 7.4.X and HEAD. I didn't touch 7.3.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 43+ messages in thread
end of thread, other threads:[~2004-03-11 16:39 UTC | newest]
Thread overview: 43+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-03-05 19:48 pgsql-server/doc/src/sgml Makefile Bruce Momjian <[email protected]>
2004-03-05 20:07 ` Tom Lane <[email protected]>
2004-03-06 03:01 ` Bruce Momjian <[email protected]>
2004-03-07 22:30 ` Tom Lane <[email protected]>
2004-03-08 22:35 ` Bruce Momjian <[email protected]>
2004-03-08 22:46 ` Tom Lane <[email protected]>
2004-03-08 23:57 ` Bruce Momjian <[email protected]>
2004-03-09 07:32 ` Peter Eisentraut <[email protected]>
2004-03-09 07:44 ` Tom Lane <[email protected]>
2004-03-09 08:10 ` Peter Eisentraut <[email protected]>
2004-03-09 15:24 ` Tom Lane <[email protected]>
2004-03-09 16:07 ` Peter Eisentraut <[email protected]>
2004-03-09 16:26 ` Tom Lane <[email protected]>
2004-03-09 17:42 ` Bruce Momjian <[email protected]>
2004-03-09 17:56 ` Tom Lane <[email protected]>
2004-03-09 18:57 ` Bruce Momjian <[email protected]>
2004-03-09 19:28 ` Tom Lane <[email protected]>
2004-03-09 20:26 ` Bruno Wolff III <[email protected]>
2004-03-09 07:30 ` Peter Eisentraut <[email protected]>
2004-03-09 07:42 ` Tom Lane <[email protected]>
2004-03-09 17:51 ` Bruce Momjian <[email protected]>
2004-03-09 18:00 ` Tom Lane <[email protected]>
2004-03-09 18:13 ` Bruce Momjian <[email protected]>
2004-03-09 18:16 ` Tom Lane <[email protected]>
2004-03-09 20:30 ` Bruno Wolff III <[email protected]>
2004-03-09 18:30 ` Marc G. Fournier <[email protected]>
2004-03-09 18:53 ` Bruce Momjian <[email protected]>
2004-03-09 19:15 ` Marc G. Fournier <[email protected]>
2004-03-09 19:33 ` Tom Lane <[email protected]>
2004-03-09 19:42 ` Peter Eisentraut <[email protected]>
2004-03-09 20:08 ` Bruce Momjian <[email protected]>
2004-03-09 20:17 ` Marc G. Fournier <[email protected]>
2004-03-09 19:42 ` Marc G. Fournier <[email protected]>
2004-03-09 19:46 ` Peter Eisentraut <[email protected]>
2004-03-09 20:07 ` Marc G. Fournier <[email protected]>
2004-03-09 20:15 ` Tom Lane <[email protected]>
2004-03-09 20:18 ` Marc G. Fournier <[email protected]>
2004-03-11 15:03 ` Peter Eisentraut <[email protected]>
2004-03-11 16:39 ` Tom Lane <[email protected]>
2004-03-09 19:26 ` Peter Eisentraut <[email protected]>
2004-03-10 00:29 ` HISTORY, INSTALL, README.CVS Bruce Momjian <[email protected]>
2004-03-10 04:41 ` Re: HISTORY, INSTALL, README.CVS Tom Lane <[email protected]>
2004-03-10 16:44 ` Re: HISTORY, INSTALL, README.CVS Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox