(custom-face-value-create): If face name doesn't end with "face", add
[bpt/emacs.git] / lisp / Makefile.in
index 16ae930..a42a8d7 100644 (file)
@@ -35,7 +35,7 @@ DONTCOMPILE = \
        $(lisp)/cus-start.el \
        $(lisp)/emacs-lisp/cl-specs.el \
        $(lisp)/eshell/esh-maint.el \
-       $(lisp)/eshell/esh-group.el \
+       $(lisp)/eshell/esh-groups.el \
        $(lisp)/finder-inf.el \
        $(lisp)/forms-d2.el \
        $(lisp)/forms-pass.el \
@@ -121,12 +121,16 @@ update-subdirs: doit
 
 updates: update-subdirs autoloads finder-data custom-deps
 
+# Update the AUTHORS file.
+
+update-authors:
+       EMACSLOADPATH=$(lisp) $(emacs) -f batch-update-authors $(srcdir)/AUTHORS $(srcdir)
+
 TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
        ${ETAGS} $(lisptagsfiles1) $(lisptagsfiles2)
 
-TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
-       ${ETAGS} -o TAGS-LISP \
-         $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
+TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2)
+       ${ETAGS} -o TAGS-LISP $(lisptagsfiles1) $(lisptagsfiles2)
 
 .el.elc: subdirs.el
        -EMACSLOADPATH=$(lisp) $(emacs) -f batch-byte-compile $<