X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=abe21a778018e85f47d1e3a6747d0bd383426660;hp=bd6d9a4f15f9d1b1e5fce955fd30357d9e9076cf;hb=aac675d09723c457707ef877ce4bb45055096d7b;hpb=66aa5fa11f02d91364b6954bda61cba1674770fe diff --git a/Makefile.in b/Makefile.in index bd6d9a4..abe21a7 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 @@ -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