Re: [DOCS] "make install" in doc/
On Wednesday 05 August 2009 22:17:03 Alvaro Herrera wrote: > I just noticed that "make install" inside the doc/ directory looks for > man.tar.gz in $(srcdir), which is obviously not going be found because > it's put in the builddir. > > Am I missing something here, or is it simply that nobody tries this > stuff in VPATH builds? These operations are usually only done when the release tarball is produced, so all these details have not been refined. Just forget about it. I'll get rid of the tarballs within the next week. -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
On Wednesday 05 August 2009 21:02:27 Tom Lane wrote: > * The section-7 man pages are back to being created with all-upper-case > file names. I thought we'd agreed not to do that. The agreement was not to change it two minutes before the release. In practice it shouldn't matter. None of the more modern man page building tools I surveyed actually supported downcasing the file names. If there is a strong argument in favor, I can work on fixing it. -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
On Wednesday 05 August 2009 22:34:45 Alvaro Herrera wrote: > The reason the files they don't show up is that they are being > removed by a "rm" call in the makefile. And they are in section 1 > because they are missing a tag. The old tool dropped man pages without manvolnum, the new tool generates them with a default section. There is no standard that says which is right. -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
