mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(WINS): Add erc.
(MH_E_SRC): Update (copied from lisp/Makefile.in).
This commit is contained in:
parent
68b88a6db1
commit
3e66f07caa
1 changed files with 13 additions and 8 deletions
|
|
@ -79,6 +79,7 @@ WINS=\
|
|||
calendar \
|
||||
emacs-lisp \
|
||||
emulation \
|
||||
erc \
|
||||
eshell \
|
||||
gnus \
|
||||
international \
|
||||
|
|
@ -298,14 +299,18 @@ recompile: mh-autoloads doit $(lisp)/progmodes/cc-mode.elc
|
|||
# the autoloads for the MH-E entry points, which are already in
|
||||
# loaddefs.el.
|
||||
MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \
|
||||
$(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-comp.el \
|
||||
$(lisp)/mh-e/mh-customize.el $(lisp)/mh-e/mh-e.el \
|
||||
$(lisp)/mh-e/mh-funcs.el $(lisp)/mh-e/mh-identity.el \
|
||||
$(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-init.el \
|
||||
$(lisp)/mh-e/mh-junk.el $(lisp)/mh-e/mh-mime.el \
|
||||
$(lisp)/mh-e/mh-print.el $(lisp)/mh-e/mh-search.el \
|
||||
$(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-speed.el \
|
||||
$(lisp)/mh-e/mh-utils.el
|
||||
$(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-compat.el \
|
||||
$(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-e.el \
|
||||
$(lisp)/mh-e/mh-folder.el $(lisp)/mh-e/mh-funcs.el \
|
||||
$(lisp)/mh-e/mh-gnus.el $(lisp)/mh-e/mh-identity.el \
|
||||
$(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-junk.el \
|
||||
$(lisp)/mh-e/mh-letter.el $(lisp)/mh-e/mh-limit.el \
|
||||
$(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-print.el \
|
||||
$(lisp)/mh-e/mh-scan.el $(lisp)/mh-e/mh-search.el \
|
||||
$(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-show.el \
|
||||
$(lisp)/mh-e/mh-speed.el $(lisp)/mh-e/mh-thread.el \
|
||||
$(lisp)/mh-e/mh-tool-bar.el $(lisp)/mh-e/mh-utils.el \
|
||||
$(lisp)/mh-e/mh-xface.el
|
||||
|
||||
mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
|
||||
$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue