X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.in;h=7933b5b4db89243f3adee5dab03234e40c3d8d4b;hb=5dea0ddb8000c6d750a0f77b9b30adebdd5e8589;hp=60fb91591d96a5fe68e32ae50d0d9da757babbf3;hpb=8563731b02ce9d750806f6b1769af8b399d964e8;p=mmh diff --git a/Makefile.in b/Makefile.in index 60fb915..7933b5b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,10 +70,11 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: # all files in this directory included in the distribution -DIST = README INSTALL MACHINES COPYRIGHT VERSION DIFFERENCES FAQ \ - TODO COMPLETION-ZSH COMPLETION-TCSH MAIL.FILTERING \ - ChangeLog install-sh mkinstalldirs Makefile.in aclocal.m4 \ - acconfig.h config.h.in configure.in configure stamp-h.in +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 # subdirectories in distribution SUBDIRS = h config sbr zotnet mts uip etc man @@ -138,13 +139,13 @@ stamp-h: config.h.in config.status config.h.in: stamp-h.in stamp-h.in: configure.in acconfig.h aclocal.m4 cd $(srcdir) && autoheader - echo > $@ + date > $@ # rebuild all autoconf files reset: cd $(srcdir) && autoheader cd $(srcdir) && autoconf - cd $(srcdir) && echo > stamp-h.in + cd $(srcdir) && date > stamp-h.in # name of new nmh distribution tar file tarfile = nmh-$(VERSION).tar.gz