(update-authors): New target for maintenance
authorGerd Moellmann <gerd@gnu.org>
Wed, 25 Oct 2000 19:00:55 +0000 (19:00 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 25 Oct 2000 19:00:55 +0000 (19:00 +0000)
purposes.

lisp/Makefile.in

index 9857cfd..a42a8d7 100644 (file)
@@ -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)