mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
6c0dfc0356
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.
9 lines
226 B
Makefile
9 lines
226 B
Makefile
# doc/src/Makefile
|
|
|
|
subdir = doc/src
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
all distprep html man install installdirs uninstall clean distclean maintainer-clean maintainer-check:
|
|
$(MAKE) -C sgml $@
|