Fix spelling and encoding errors in manpages and an error message
[mmh] / Makefile.in
index bd6d9a4..7ec7673 100644 (file)
@@ -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
 
@@ -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
+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