"make install" in doc/
"make install" in doc/
От:
Alvaro Herrera <alvherre@commandprompt.com>
Дата:
Hi, 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? -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.
Re: "make install" in doc/
От:
Peter Eisentraut <peter_e@gmx.net>
Дата:
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.