diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c1d4ac4..fea9f9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,4 @@ -SUBDIRS = elisp scheme +SUBDIRS = . elisp scheme + +dist-hook: + git log --summary --stat > $(top_distdir)/ChangeLog |