Remove maintainer-check target, fold into normal build

Peter Eisentraut <peter_e@gmx.net>

Commit: 5dd41f3574871757e6b8e2a16b3e736fee36c20d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-10-11T00:11:56Z
Releases: 9.4.0
Remove maintainer-check target, fold into normal build

make maintainer-check was obscure and rarely called in practice, and
many breakages were missed.  Fold everything that make maintainer-check
used to do into the normal build.  Specifically:

- Call duplicate_oids when genbki.pl is called.

- Check for tabs in SGML files when the documentation is built.

- Run msgfmt with the -c option during the regular build.  Add an
  additional configure check to see whether we are using the GNU
  version.  (make maintainer-check probably used to fail with non-GNU
  msgfmt.)

Keep maintainer-check as around as phony target for the time being in
case anyone is calling it.  But it won't do anything anymore.

Files

PathChange+/−
config/programs.m4 modified +5 −0
configure modified +14 −0
doc/Makefile modified +1 −1
doc/src/Makefile modified +1 −1
doc/src/sgml/Makefile modified +3 −3
GNUmakefile.in modified +0 −2
src/backend/catalog/Makefile modified +2 −1
src/backend/common.mk modified +1 −1
src/include/Makefile modified +0 −3
src/Makefile.global.in modified +3 −2
src/nls-global.mk modified +2 −9