1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(TAGS): Fix file name wildcards in lisp directory.

This commit is contained in:
Eli Zaretskii 1998-05-04 15:12:05 +00:00
parent ae79c227e8
commit b35c3bf62f

View File

@ -83,7 +83,7 @@ TAGS tags: lib-src FRC
if exist etags.exe mv -f etags.exe ../bin
cd ..
cd lisp
../bin/etags [a-zA-Z]*.el [a-z][A-Z]*/[a-zA-Z]*.el
../bin/etags [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el
cd ..
cd src
../bin/etags --include=../lisp/TAGS \