changeset 84415:672bd8be7747

(update-authors): Add etc/ to AUTHORS.
author Juri Linkov <juri@jurta.org>
date Sun, 09 Sep 2007 12:09:52 +0000
parents 931690a65909
children 846d91182da4
files lisp/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Sun Sep 09 11:55:09 2007 +0000
+++ b/lisp/Makefile.in	Sun Sep 09 12:09:52 2007 +0000
@@ -128,7 +128,7 @@
 # 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[^ ]*,,"`; \