From fbb43902995c3a42daf442b3574cca0777b3c08b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 25 Oct 2000 19:00:55 +0000 Subject: [PATCH] (update-authors): New target for maintenance purposes. --- lisp/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) 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) -- 2.39.2