"Thomas G. Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu> writes:
> btw, I'm thinking of changing the src/ and doc/ Makefiles to have the
> man pages installed from the doc directory, not the src directory. So,
> one would get the man pages installed by doing
> % cd doc
> % make install
> rather than having them installed every time you install a new
> executable, as currently happens.
That sounds good...
> I won't move the location of the man
> sources, just change the makefiles.
... but as long as the man pages live under src/man, I think they ought
to be installed by the src makefile. Cross-subtree installs are confusing.
I'd vote for going all the way and moving the src/man subdirectory into
the doc tree.
regards, tom lane
Responses
pgsql-hackers by date
| Next: | From: David Hartwig | Date: 1998-10-05 14:33:37 |
| Subject: Re: [HACKERS] RE: [GENERAL] Long update query ? (also Re: [GENERAL] CNF vs. DNF) |
| Previous: | From: Tom Lane | Date: 1998-10-05 14:11:51 |
| Subject: Re: [HACKERS] TCL_ARRAYS code in libpgtcl is pretty seriously broken |