Fix some oversights in distprep and maintainer-clean targets.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 174f65ab00bb8de0f119a6a60d562b516ba71bba
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-03-10T05:04:05Z
Releases: 9.1.0
Fix some oversights in distprep and maintainer-clean targets.

At least two recent commits have apparently imagined that a comment in
a Makefile stating that something would be included in the distribution
tarball was sufficient to make it so.  They hadn't bothered to hook
into the upper maintainer-clean targets either.  Per bug #5923 from
Charles Johnson, in which it emerged that the 9.1alpha4 tarballs are
short a few files that should be there.

Files

PathChange+/−
src/backend/Makefile modified +5 −1
src/Makefile modified +5 −0
src/test/isolation/Makefile modified +4 −2