From: Eli Zaretskii Date: Mon, 4 May 1998 15:12:05 +0000 (+0000) Subject: (TAGS): Fix file name wildcards in lisp directory. X-Git-Tag: emacs-20.3~1143 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b35c3bf62fe8c2c41b5d34df5705c0ee5ff1b2ae;p=emacs.git (TAGS): Fix file name wildcards in lisp directory. --- diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 06a96f01e63..5a81f3bbc25 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -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 \