]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 f93b1ad8793594d8461c1724693b1ac148154d68..9fb230813c77178f316cf058e2f5c9d707818ed2 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 d6e10c6a4ab90dcecfe9c5b6700ae578690df6b7..cb73265529957e680ec9f1637e02c9145347d2f2 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