From: Gerd Moellmann Date: Wed, 25 Oct 2000 19:00:55 +0000 (+0000) Subject: (update-authors): New target for maintenance X-Git-Tag: emacs-pretest-21.0.90~573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbb43902995c3a42daf442b3574cca0777b3c08b;p=emacs.git (update-authors): New target for maintenance purposes. --- 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)