From f7c66653fe71c6966ed2b7f592db7899f6e52a48 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 26 Jun 2014 17:51:25 -0400 Subject: [PATCH] * lisp/Makefile.in (update-authors): Update for moved authors.el. --- lisp/ChangeLog | 4 ++++ lisp/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5