summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-03-28 22:53:55 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-03-28 22:56:52 +0300
commit6c0dfc035670240cddf0092a4aa22e5815b6583d (patch)
tree2b9a0f717fd47293a3a64c6f8c26e1159582a7d1 /GNUmakefile.in
parentaa6fdd186cf2c29e04d3cc8ca19783fb904a5a33 (diff)
downloadpostgresql-6c0dfc035670240cddf0092a4aa22e5815b6583d.tar.gz
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.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index b9c5f317b6..f3c5fe587e 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -65,6 +65,8 @@ $(call recurse,check-world,src/test src/pl src/interfaces/ecpg,check)
$(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg contrib,installcheck)
+$(call recurse,maintainer-check,doc src config contrib)
+
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
./config.status $@