(update-authors): Add etc/ to AUTHORS.
authorJuri Linkov <juri@jurta.org>
Sun, 9 Sep 2007 12:10:05 +0000 (12:10 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 9 Sep 2007 12:10:05 +0000 (12:10 +0000)
lisp/Makefile.in
lisp/makefile.w32-in

index 7cd947d..78a251b 100644 (file)
@@ -128,7 +128,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)
        els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
index 1da46b7..71f5ce9 100644 (file)
@@ -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)