diff options
| author | Juri Linkov | 2007-09-09 12:10:05 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-09-09 12:10:05 +0000 |
| commit | ed5e089402041bbac73dca7d1c48302e03055051 (patch) | |
| tree | 9ebb7d4aa9067575e402941dd3e8a33edff2c8af | |
| parent | 85050c099f95f75c96f6595d6f1f94d1b23485f2 (diff) | |
| download | emacs-ed5e089402041bbac73dca7d1c48302e03055051.tar.gz emacs-ed5e089402041bbac73dca7d1c48302e03055051.zip | |
(update-authors): Add etc/ to AUTHORS.
| -rw-r--r-- | lisp/Makefile.in | 2 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 2 |
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 | ||
| 130 | update-authors: | 130 | update-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 | ||
| 133 | TAGS: $(lisptagsfiles1) $(lisptagsfiles2) | 133 | TAGS: $(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 | ||
| 188 | update-authors: | 188 | update-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 | ||
| 191 | TAGS: $(lisptagsfiles1) $(lisptagsfiles2) | 191 | TAGS: $(lisptagsfiles1) $(lisptagsfiles2) |
| 192 | $(ETAGS) $(lisptagsfiles1) $(lisptagsfiles2) | 192 | $(ETAGS) $(lisptagsfiles1) $(lisptagsfiles2) |