Add maintainer-check target This can do various source code checks that are not appropriate for either the build or the regression tests. Currently: duplicate_oids, SGML syntax and tabs check, NLS syntax check.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/6c0dfc035670240cddf0092a4aa22e5815b6583d Modified Files -------------- GNUmakefile.in | 2 ++ doc/Makefile | 2 +- doc/src/Makefile | 2 +- doc/src/sgml/Makefile | 2 +- src/Makefile.global.in | 4 ++-- src/include/Makefile | 3 +++ 6 files changed, 10 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
