diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-10-25 19:00:55 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-10-25 19:00:55 +0000 |
commit | fbb43902995c3a42daf442b3574cca0777b3c08b (patch) | |
tree | 9decd546425f0309decc19b427a2c3a5cfafac1b /lisp/Makefile.in | |
parent | 3060662ffbcd0ac6a8b275138bfe13389336750b (diff) | |
download | emacs-fbb43902995c3a42daf442b3574cca0777b3c08b.tar.gz |
(update-authors): New target for maintenance
purposes.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9857cfdd762..a42a8d77f0e 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -121,6 +121,11 @@ update-subdirs: doit updates: update-subdirs autoloads finder-data custom-deps +# Update the AUTHORS file. + +update-authors: + EMACSLOADPATH=$(lisp) $(emacs) -f batch-update-authors $(srcdir)/AUTHORS $(srcdir) + TAGS: $(lisptagsfiles1) $(lisptagsfiles2) ${ETAGS} $(lisptagsfiles1) $(lisptagsfiles2) |