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 f3f27ff..b2724af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ SUBDIRS = . elisp scheme bin doc -EXTRA_DIST = THANKS README.elpa +EXTRA_DIST = THANKS README.org README.elpa + +README: README.org + cp $(top_srcdir)/README.org README dist-hook: $(SHELL) $(top_srcdir)/ChangeLog > $(top_distdir)/ChangeLog |