# HG changeset patch # User Juri Linkov # Date 1189339792 0 # Node ID 672bd8be7747da439a8e6f6dcd6729192f05a82d # Parent 931690a65909af88ffd8e6492f48f0715189ebfa (update-authors): Add etc/ to AUTHORS. diff -r 931690a65909 -r 672bd8be7747 lisp/Makefile.in --- 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[^ ]*,,"`; \