* lisp/Makefile.in (update-authors): Update for moved authors.el.
This commit is contained in:
parent
2454874eb2
commit
f7c66653fe
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue