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:
@@ -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 $@
|
||||
|
@@ -279,7 +279,7 @@ MAKEINFO = makeinfo
|
||||
##
|
||||
|
||||
# Quick syntax check without style processing
|
||||
check: postgres.sgml $(ALMOSTALLSGML) check-tabs
|
||||
check maintainer-check: postgres.sgml $(ALMOSTALLSGML) check-tabs
|
||||
$(NSGMLS) $(SPFLAGS) $(SGMLINCLUDE) -s $<
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user