X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/da24fe8019b4d05c5f0762db60809e7a961c29c7..66cdb2ff684670457915facb5548cc243bdca3cf:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 7933b5b4..7cd91b04 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,14 +70,13 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: # all files in this directory included in the distribution -DIST = README README.developers INSTALL MACHINES COPYRIGHT VERSION DIFFERENCES \ - FAQ TODO COMPLETION-ZSH COMPLETION-TCSH MAIL.FILTERING \ - ChangeLog ChangeLog_MH-3_to_MH-6.6 ChangeLog_MH-6.7.0_to_MH-6.8.4.html \ - install-sh mkinstalldirs Makefile.in aclocal.m4 acconfig.h config.h.in \ - configure.in configure stamp-h.in config.sub config.guess +DIST = ChangeLog COPYRIGHT DATE INSTALL MACHINES README VERSION \ + ChangeLog install-sh mkinstalldirs Makefile.in aclocal.m4 \ + acconfig.h config.h.in configure.in configure stamp-h.in \ + config.sub config.guess # subdirectories in distribution -SUBDIRS = h config sbr zotnet mts uip etc man +SUBDIRS = h config sbr mts uip etc man docs # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -123,6 +122,13 @@ mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive su # ========== DEPENDENCIES FOR MAINTENANCE ========== +lint: + for subdir in $(SUBDIRS); do \ + ( cd $$subdir && $(MAKE) $(MAKEDEFS) lint ) || exit 1; \ + done + +# ========== DEPENDENCIES FOR MAINTENANCE ========== + Makefile: Makefile.in config.status CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status