aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2007-09-09 12:10:05 +0000
committerJuri Linkov2007-09-09 12:10:05 +0000
commited5e089402041bbac73dca7d1c48302e03055051 (patch)
tree9ebb7d4aa9067575e402941dd3e8a33edff2c8af
parent85050c099f95f75c96f6595d6f1f94d1b23485f2 (diff)
downloademacs-ed5e089402041bbac73dca7d1c48302e03055051.tar.gz
emacs-ed5e089402041bbac73dca7d1c48302e03055051.zip
(update-authors): Add etc/ to AUTHORS.
-rw-r--r--lisp/Makefile.in2
-rw-r--r--lisp/makefile.w32-in2
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
128# Update the AUTHORS file. 128# Update the AUTHORS file.
129 129
130update-authors: 130update-authors:
131 $(emacs) -l authors -f batch-update-authors $(srcdir)/AUTHORS $(srcdir) 131 $(emacs) -l authors -f batch-update-authors $(srcdir)/etc/AUTHORS $(srcdir)
132 132
133TAGS: $(lisptagsfiles1) $(lisptagsfiles2) 133TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
134 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ 134 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
186# Update the AUTHORS file. 186# Update the AUTHORS file.
187 187
188update-authors: 188update-authors:
189 $(emacs) -l authors -f batch-update-authors $(srcdir)/AUTHORS $(srcdir) 189 $(emacs) -l authors -f batch-update-authors $(srcdir)/etc/AUTHORS $(srcdir)
190 190
191TAGS: $(lisptagsfiles1) $(lisptagsfiles2) 191TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
192 $(ETAGS) $(lisptagsfiles1) $(lisptagsfiles2) 192 $(ETAGS) $(lisptagsfiles1) $(lisptagsfiles2)