(TAGS): cd to src to run etags.

This commit is contained in:
Richard M. Stallman 1993-06-16 06:47:09 +00:00
parent e74fbc701a
commit 86f46642b7

View file

@ -476,8 +476,8 @@ relock:
(cd src; make relock)
TAGS tags: lib-src
(cd ${srcdir} ; lib-src/etags --output=./src/TAGS \
src/*.[ch] lisp/*.el lisp/term/*.el)
(cd ${srcdir}/src; \
../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el)
check:
@echo "We don't have any tests for GNU Emacs yet."