diff options
| author | Richard M. Stallman | 1997-07-13 20:48:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-13 20:48:21 +0000 |
| commit | 2d568a15b26278745cd7e46d42b638d6ff8a96f7 (patch) | |
| tree | 226d4922fea600e7320beeb3385d3ece03edf0a9 | |
| parent | 45cdceb92243260895d83e099aaffbbf0bb2d6e8 (diff) | |
| download | emacs-2d568a15b26278745cd7e46d42b638d6ff8a96f7.tar.gz emacs-2d568a15b26278745cd7e46d42b638d6ff8a96f7.zip | |
(TAGS, tags): Include new lisp subdirectories.
| -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 121a1ec65cd..57d2ec17744 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -75,7 +75,7 @@ TAGS tags: lib-src FRC | |||
| 75 | if exist etags.exe mv -f etags.exe ../bin | 75 | if exist etags.exe mv -f etags.exe ../bin |
| 76 | cd .. | 76 | cd .. |
| 77 | cd lisp | 77 | cd lisp |
| 78 | ../bin/etags [a-zA-Z]*.el term/[a-zA-Z]*.el | 78 | ../bin/etags [a-zA-Z]*.el [a-z][A-Z]*/[a-zA-Z]*.el |
| 79 | cd .. | 79 | cd .. |
| 80 | cd src | 80 | cd src |
| 81 | ../bin/etags --include=../lisp/TAGS \ | 81 | ../bin/etags --include=../lisp/TAGS \ |