aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-26 17:51:25 -0400
committerGlenn Morris2014-06-26 17:51:25 -0400
commitf7c66653fe71c6966ed2b7f592db7899f6e52a48 (patch)
tree6233e2bc78963cad5c5eeb63e279f4d8f67d50c4
parent2454874eb232ecc968c973843294ed676a04dc2b (diff)
downloademacs-f7c66653fe71c6966ed2b7f592db7899f6e52a48.tar.gz
emacs-f7c66653fe71c6966ed2b7f592db7899f6e52a48.zip
* lisp/Makefile.in (update-authors): Update for moved authors.el.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f93b1ad8793..9fb230813c7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-06-26 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (update-authors): Update for moved authors.el.
4
12014-06-26 Leo Liu <sdl.web@gmail.com> 52014-06-26 Leo Liu <sdl.web@gmail.com>
2 6
3 * skeleton.el (skeleton-end-hook): Default to nil and move the 7 * skeleton.el (skeleton-end-hook): Default to nil and move the
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index d6e10c6a4ab..cb732655299 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -238,7 +238,8 @@ bzr-update: compile finder-data custom-deps
238# Update the AUTHORS file. 238# Update the AUTHORS file.
239 239
240update-authors: 240update-authors:
241 $(emacs) -l authors -f batch-update-authors $(top_srcdir)/etc/AUTHORS $(top_srcdir) 241 $(emacs) -L "$(top_srcdir)/admin" -l authors \
242 -f batch-update-authors "$(top_srcdir)/etc/AUTHORS" "$(top_srcdir)"
242 243
243 244
244ETAGS = ../lib-src/etags 245ETAGS = ../lib-src/etags