summaryrefslogtreecommitdiff
path: root/lisp/makefile.w32-in
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2007-09-09 12:10:05 +0000
committerJuri Linkov <juri@jurta.org>2007-09-09 12:10:05 +0000
commited5e089402041bbac73dca7d1c48302e03055051 (patch)
tree9ebb7d4aa9067575e402941dd3e8a33edff2c8af /lisp/makefile.w32-in
parent85050c099f95f75c96f6595d6f1f94d1b23485f2 (diff)
downloademacs-ed5e089402041bbac73dca7d1c48302e03055051.tar.gz
(update-authors): Add etc/ to AUTHORS.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r--lisp/makefile.w32-in2
1 files changed, 1 insertions, 1 deletions
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)