1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

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.
This commit is contained in:
Peter Eisentraut
2011-03-28 22:53:55 +03:00
parent aa6fdd186c
commit 6c0dfc0356
6 changed files with 10 additions and 5 deletions

View File

@@ -4,5 +4,5 @@ subdir = doc/src
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
all distprep html man install installdirs uninstall clean distclean maintainer-clean:
all distprep html man install installdirs uninstall clean distclean maintainer-clean maintainer-check:
$(MAKE) -C sgml $@