Re: rc1 tarball contains partially outdated/missing man pages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: rc1 tarball contains partially outdated/missing man pages
Date
Msg-id 11156.1245344877@sss.pgh.pa.us
Whole thread Raw
In response to rc1 tarball contains partially outdated/missing man pages  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: rc1 tarball contains partially outdated/missing man pages  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Can someone check, or remind me how the man pages end up in the tarball?

They're supposed to be built on the fly, and the file dates in the rc1
tarball do appear to match the time of tarball building.  Do you get
what you expect if you build the man pages locally?

One thing I notice is that the "table" and "with" entries are not coming
out as intended.  The file names are all caps:

-rw-r--r--   1 tgl        users           18 Jun 12 01:37 WITH.7
-rw-r--r--   1 tgl        users           18 Jun 12 01:37 TABLE.7

and the content surely isn't what was meant:

$ more TABLE.7
.so man7/SELECT.7
$ more WITH.7
.so man7/SELECT.7
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: pg_migrator mention in documentation
Next
From: "Kevin Grittner"
Date:
Subject: Re: [PATCH] backend: compare word-at-a-time in bcTruelen