* lisp/Makefile.in (update-authors): Update for moved authors.el.
authorGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 21:51:25 +0000 (17:51 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 21:51:25 +0000 (17:51 -0400)
lisp/ChangeLog
lisp/Makefile.in

index f93b1ad..9fb2308 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-26  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (update-authors): Update for moved authors.el.
+
 2014-06-26  Leo Liu  <sdl.web@gmail.com>
 
        * skeleton.el (skeleton-end-hook): Default to nil and move the
index d6e10c6..cb73265 100644 (file)
@@ -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