diff options
| author | Eli Zaretskii | 1998-05-04 15:12:05 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1998-05-04 15:12:05 +0000 |
| commit | b35c3bf62fe8c2c41b5d34df5705c0ee5ff1b2ae (patch) | |
| tree | b7cf6bc78a9d5776702a408a2aa9528d207bb81f /msdos | |
| parent | ae79c227e88b5914ef99418a9526de5ef6e91e8c (diff) | |
| download | emacs-b35c3bf62fe8c2c41b5d34df5705c0ee5ff1b2ae.tar.gz emacs-b35c3bf62fe8c2c41b5d34df5705c0ee5ff1b2ae.zip | |
(TAGS): Fix file name wildcards in lisp directory.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/mainmake.v2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 83 | if exist etags.exe mv -f etags.exe ../bin | 83 | if exist etags.exe mv -f etags.exe ../bin |
| 84 | cd .. | 84 | cd .. |
| 85 | cd lisp | 85 | cd lisp |
| 86 | ../bin/etags [a-zA-Z]*.el [a-z][A-Z]*/[a-zA-Z]*.el | 86 | ../bin/etags [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el |
| 87 | cd .. | 87 | cd .. |
| 88 | cd src | 88 | cd src |
| 89 | ../bin/etags --include=../lisp/TAGS \ | 89 | ../bin/etags --include=../lisp/TAGS \ |