X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=9492cd077faff40a9c072583268c23c5af8b5864;hp=97313fc42f58477bfb78847f277c4f32061bc89c;hb=173c34078c1d520926a8dabeeec01d58d6c8615f;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/Makefile.in b/Makefile.in index 97313fc..9492cd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ VPATH = @srcdir@ # If `make' is executed in the directory containing this Makefile, # any changes made in this section will override the values of # these parameters in makefiles in any of the subdirectories. - + prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -33,7 +33,7 @@ etcdir = @sysconfdir@ # location of man pages mandir = @mandir@ - + # location of incoming mail mailspool = @mailspool@ @@ -52,7 +52,7 @@ DEFS = @DEFS@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ - + # ========== YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW HERE ========== # flags passed to recursive makes in subdirectories @@ -70,13 +70,12 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: # all files in this directory included in the distribution -DIST = README INSTALL MACHINES COPYRIGHT VERSION DIFFERENCES FAQ \ - TODO ZSH.COMPLETION MAIL.FILTERING ChangeLog install-sh \ +DIST = ChangeLog COPYRIGHT INSTALL MACHINES README VERSION ChangeLog install-sh\ mkinstalldirs Makefile.in aclocal.m4 acconfig.h config.h.in \ - configure.in configure stamp-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 zotnet mts uip etc man docs # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -138,13 +137,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