X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=7ec76736ce585866ec9631b8604a0e45420fa38f;hp=21ffdb23a18fc2431f608e8e736886f0cf6f2ef1;hb=b6823062c9806496b39ff12bf1fbe43ae127c96c;hpb=d5d94ce76327869346e2b02b7b02a3620ddd38eb diff --git a/Makefile.in b/Makefile.in index 21ffdb2..7ec7673 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,7 +65,7 @@ INSTALL_DATA = @INSTALL_DATA@ # distribute all files that are under version control ... # ... plus (for convenience): -DISTINCLUDE = config.h.in configure stamp-h.in sbr/dtimep.c +DISTINCLUDE = config.h.in configure stamp-h.in sbr/dtimep.c ChangeLog # ... minus (git stuff): DISTEXCLUDE = .git .gitignore @@ -107,7 +107,7 @@ mostlyclean-local: clean-local: mostlyclean-local distclean-local: clean-local - rm -f Makefile config.h config.status config.log config.cache stamp-h distname + rm -f Makefile config.h config.status config.log config.cache stamp-h distname ChangeLog realclean-local: distclean-local @@ -135,7 +135,7 @@ Makefile: Makefile.in config.status config.status: configure VERSION ./config.status --recheck -configure: configure.ac aclocal.m4 +configure: configure.ac cd $(srcdir) && autoconf config.h: stamp-h @@ -143,7 +143,7 @@ stamp-h: config.h.in config.status ./config.status config.h stamp config.h.in: stamp-h.in -stamp-h.in: configure.ac acconfig.h aclocal.m4 +stamp-h.in: configure.ac cd $(srcdir) && autoheader date > $@ @@ -164,6 +164,9 @@ distname: sbr/dtimep.c: @cd $(srcdir)/sbr && $(MAKE) dtimep.c +ChangeLog: + @git whatchanged --format=fuller > $@ + # build mmh distribution distdir = `cat distname` mmhdist: $(DISTINCLUDE) distname