(MH_E_SRC): Add mh-compat.el, mh-folder.el,
mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el, mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. (mh-autoloads): Don't use comments on otherwise empty lines.
This commit is contained in:
parent
dda00b2cb5
commit
68b88a6db1
2 changed files with 20 additions and 9 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2006-01-29 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
|
||||
mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
|
||||
mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
|
||||
(mh-autoloads): Don't use comments on otherwise empty lines.
|
||||
|
||||
2006-01-29 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* bs.el (bs--format-aux): Implement `middle' alignment as
|
||||
|
|
|
|||
|
|
@ -221,19 +221,23 @@ $(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)
|
||||
echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
|
||||
echo ";;" >> $@
|
||||
echo "" >> $@
|
||||
echo ";; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc." >> $@
|
||||
echo ";; Author: Bill Wohler <wohler@newt.com>" >> $@
|
||||
echo ";; Keywords: mail" >> $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue