Skip to content
Snippets Groups Projects
  • Peter Eisentraut's avatar
    6c0dfc03
    Add maintainer-check target · 6c0dfc03
    Peter Eisentraut authored
    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.
    6c0dfc03
    History
    Add maintainer-check target
    Peter Eisentraut authored
    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.
Makefile 226 B
# 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 $@