branch: master
commit 437e6836bac9bfbbf49334cddc314b5558757830
Author: mas <mas>
Commit: mas <mas>
Added README.Mason to EXTRA_DIST.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index cd6d205..e2923b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,6 @@ info_TEXINFOS = mmm.texinfo
# This is a hack IMO. Automake should recognize lisp files as
# "sources" and include them in the distribution, but it doesn't.
-EXTRA_DIST = $(lisp_LISP)
+EXTRA_DIST = $(lisp_LISP) README.Mason
# See also `elisp-comp' for another hack.