mirror of
https://github.com/postgres/postgres.git
synced 2025-10-13 18:28:01 +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:
@@ -12,5 +12,5 @@ subdir = doc
|
||||
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 src $@
|
||||
|
Reference in New Issue
Block a user