Initial Commit
[packages] / xemacs-packages / mmm-mode / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 ## The MMM Mode distribution is `flat', so we have no SUBDIRS macro.
4
5 lisp_LISP = mmm-compat.el mmm-vars.el mmm-utils.el mmm-auto.el \
6   mmm-region.el mmm-class.el mmm-cmds.el mmm-mode.el \
7   mmm-sample.el mmm-mason.el mmm-univ.el mmm-rpm.el mmm-cweb.el \
8    mmm-noweb.el
9
10 info_TEXINFOS = mmm.texinfo
11
12 # This is a hack IMO.  Automake should recognize lisp files as
13 # "sources" and include them in the distribution, but it doesn't.
14 EXTRA_DIST = $(lisp_LISP) README.Mason FAQ
15
16 # See also `elisp-comp' for another hack.