diff options
| -rw-r--r-- | msdos/mainmake.v2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 38f8d8be5e8..121a1ec65cd 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -70,7 +70,10 @@ install: all | |||
| 70 | 70 | ||
| 71 | FRC: | 71 | FRC: |
| 72 | 72 | ||
| 73 | TAGS tags: lib-src | 73 | TAGS tags: lib-src FRC |
| 74 | cd lib-src | ||
| 75 | if exist etags.exe mv -f etags.exe ../bin | ||
| 76 | cd .. | ||
| 74 | cd lisp | 77 | cd lisp |
| 75 | ../bin/etags [a-zA-Z]*.el term/[a-zA-Z]*.el | 78 | ../bin/etags [a-zA-Z]*.el term/[a-zA-Z]*.el |
| 76 | cd .. | 79 | cd .. |