From ed5e089402041bbac73dca7d1c48302e03055051 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 9 Sep 2007 12:10:05 +0000 Subject: [PATCH] (update-authors): Add etc/ to AUTHORS. --- lisp/Makefile.in | 2 +- lisp/makefile.w32-in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 7cd947dc921..78a251b3f7c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -128,7 +128,7 @@ cvs-update: recompile autoloads finder-data custom-deps # Update the AUTHORS file. update-authors: - $(emacs) -l authors -f batch-update-authors $(srcdir)/AUTHORS $(srcdir) + $(emacs) -l authors -f batch-update-authors $(srcdir)/etc/AUTHORS $(srcdir) TAGS: $(lisptagsfiles1) $(lisptagsfiles2) els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 1da46b7684e..71f5ce96b2a 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -186,7 +186,7 @@ cvs-update: recompile autoloads finder-data custom-deps # Update the AUTHORS file. update-authors: - $(emacs) -l authors -f batch-update-authors $(srcdir)/AUTHORS $(srcdir) + $(emacs) -l authors -f batch-update-authors $(srcdir)/etc/AUTHORS $(srcdir) TAGS: $(lisptagsfiles1) $(lisptagsfiles2) $(ETAGS) $(lisptagsfiles1) $(lisptagsfiles2) -- 2.39.5