diff options
| author | Glenn Morris | 2014-06-26 17:51:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-26 17:51:25 -0400 |
| commit | f7c66653fe71c6966ed2b7f592db7899f6e52a48 (patch) | |
| tree | 6233e2bc78963cad5c5eeb63e279f4d8f67d50c4 | |
| parent | 2454874eb232ecc968c973843294ed676a04dc2b (diff) | |
| download | emacs-f7c66653fe71c6966ed2b7f592db7899f6e52a48.tar.gz emacs-f7c66653fe71c6966ed2b7f592db7899f6e52a48.zip | |
* lisp/Makefile.in (update-authors): Update for moved authors.el.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f93b1ad8793..9fb230813c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (update-authors): Update for moved authors.el. | ||
| 4 | |||
| 1 | 2014-06-26 Leo Liu <sdl.web@gmail.com> | 5 | 2014-06-26 Leo Liu <sdl.web@gmail.com> |
| 2 | 6 | ||
| 3 | * skeleton.el (skeleton-end-hook): Default to nil and move the | 7 | * 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 | |||
| 238 | # Update the AUTHORS file. | 238 | # Update the AUTHORS file. |
| 239 | 239 | ||
| 240 | update-authors: | 240 | update-authors: |
| 241 | $(emacs) -l authors -f batch-update-authors $(top_srcdir)/etc/AUTHORS $(top_srcdir) | 241 | $(emacs) -L "$(top_srcdir)/admin" -l authors \ |
| 242 | -f batch-update-authors "$(top_srcdir)/etc/AUTHORS" "$(top_srcdir)" | ||
| 242 | 243 | ||
| 243 | 244 | ||
| 244 | ETAGS = ../lib-src/etags | 245 | ETAGS = ../lib-src/etags |