changeset 92847:4a5a0e17ec4e

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 13 Mar 2008 06:05:25 +0000
parents 4f4df8fa443f
children 9b6110ff87b2
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 13 06:03:21 2008 +0000
+++ b/lisp/ChangeLog	Thu Mar 13 06:05:25 2008 +0000
@@ -5,6 +5,16 @@
 
 	* startup.el (command-line-1): Rename -scriptload to -internal-script.
 
+	* Makefile.in ($(lisp)/loaddefs.el): Remove this target.
+	(MH_E_SRC): Remove variable.
+	($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.  Simplify
+	file header.  Use $@ for generated-autoload-file.
+
+	* Makefile.in (LOADDEFS): New variable.
+	(AUTOGENEL): Use $LOADDEFS.
+	(autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
+	($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
+	($(lisp)/calendar/hol-loaddefs.el): New targets.
 	* calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
 	* calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
 	* calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el: