Files
emacsd/elpa/mmm-mode-0.5.7/Makefile.am
Raymundo Vásquez Ruiz b62e260b24 update
2019-12-01 19:55:19 +01:00

17 lines
616 B
Makefile

## Process this file with automake to produce Makefile.in
## The MMM Mode distribution is `flat', so we have no SUBDIRS macro.
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-rpm.el mmm-cweb.el \
mmm-noweb.el mmm-myghty.el mmm-erb.el mmm-defaults.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 FAQ
# See also `elisp-comp' for another hack.