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