diff options
author | Juri Linkov <juri@jurta.org> | 2007-09-09 12:10:05 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-09-09 12:10:05 +0000 |
commit | ab2925a917e9a616c695bd5afa75d33b28008d36 (patch) | |
tree | f59b70b168b4891d38162e9bd571cbf149681289 /lisp/makefile.w32-in | |
parent | e1ea7cd00f74e16ac6f0ebf87d4fca9eff2d94b3 (diff) | |
download | emacs-ab2925a917e9a616c695bd5afa75d33b28008d36.tar.gz |
(update-authors): Add etc/ to AUTHORS.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 2 |
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) |