branch: master
commit e77365a820187890caa455823f81a3b73a951a9f
Author: mas <mas>
Commit: mas <mas>
Added FAQ
---
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e2923b4..eb3f75f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,12 +4,12 @@
lisp_LISP = mmm-compat.el mmm-vars.el mmm-utils.el mmm-auto.el \
mmm-region.el mmm-class.el mmm-cmds.el mmm-mode.el \
- mmm-sample.el mmm-mason.el mmm-univ.el
+ mmm-sample.el mmm-mason.el mmm-univ.el mmm-rpm.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) README.Mason
+EXTRA_DIST = $(lisp_LISP) README.Mason FAQ
# See also `elisp-comp' for another hack.