* lisp/Makefile.in (update-authors): Update for moved authors.el.

This commit is contained in:
Glenn Morris 2014-06-26 17:51:25 -04:00
parent 2454874eb2
commit f7c66653fe
2 changed files with 6 additions and 1 deletions

View 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

View 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