branch: master
commit 190ba7f25d2e2985e51b9bd8f81b3096d9e9fe31
Author: mas <mas>
Commit: mas <mas>
Added all the elisp files to EXTRA_DIST, since Automake doesn't see
them as sources for the distribution.
---
Makefile.am | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index fa463cb..eb27ffd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,9 @@ lisp_LISP = mmm-compat.el mmm-vars.el mmm-utils.el mmm-auto.el \
mmm-sample.el mmm-mason.el
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)
+
+# See also `elisp-comp' for another hack.