From: Glenn Morris Date: Thu, 26 Jun 2014 21:51:25 +0000 (-0400) Subject: * lisp/Makefile.in (update-authors): Update for moved authors.el. X-Git-Tag: emacs-25.0.90~2637^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7c66653fe71c6966ed2b7f592db7899f6e52a48;p=emacs.git * lisp/Makefile.in (update-authors): Update for moved authors.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f93b1ad8793..9fb230813c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-06-26 Glenn Morris + + * Makefile.in (update-authors): Update for moved authors.el. + 2014-06-26 Leo Liu * 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 # Update the AUTHORS file. update-authors: - $(emacs) -l authors -f batch-update-authors $(top_srcdir)/etc/AUTHORS $(top_srcdir) + $(emacs) -L "$(top_srcdir)/admin" -l authors \ + -f batch-update-authors "$(top_srcdir)/etc/AUTHORS" "$(top_srcdir)" ETAGS = ../lib-src/etags