Re: [HACKERS] doc/src/sgml/Makefile versus VPATH

2009-10-06 Thread Peter Eisentraut
On Tue, 2009-10-06 at 12:24 -0400, Tom Lane wrote: > So isn't this still pretty broken? I notice that the clean and > distclean targets still use addprefix on a lot of temporary/intermediate > files that I would think get made in the build directory, not the source > directory. Yeah, those rules

Re: [HACKERS] doc/src/sgml/Makefile versus VPATH

2009-10-06 Thread Peter Eisentraut
On Tue, 2009-10-06 at 12:56 -0400, Tom Lane wrote: > Alvaro Herrera writes: > > By Peter's recent decree that tarballs are supposed to be built in > > non-vpath-builds only, I am not really sure what should actually happen > > here, both on build and on the various clean targets. > > I think that

Re: [HACKERS] doc/src/sgml/Makefile versus VPATH

2009-10-06 Thread Tom Lane
Alvaro Herrera writes: > By Peter's recent decree that tarballs are supposed to be built in > non-vpath-builds only, I am not really sure what should actually happen > here, both on build and on the various clean targets. I think that that means the Makefile can just assume that *every* built fil

Re: [HACKERS] doc/src/sgml/Makefile versus VPATH

2009-10-06 Thread Alvaro Herrera
Tom Lane wrote: > So isn't this still pretty broken? I notice that the clean and > distclean targets still use addprefix on a lot of temporary/intermediate > files that I would think get made in the build directory, not the source > directory. Yeah, I noticed that too. I'm not too sure about it,

[HACKERS] doc/src/sgml/Makefile versus VPATH

2009-10-06 Thread Tom Lane
So isn't this still pretty broken? I notice that the clean and distclean targets still use addprefix on a lot of temporary/intermediate files that I would think get made in the build directory, not the source directory. The references to man files in srcdir in nonsql_manpage_files and adjacent ma