diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-07-24 16:20:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-07-24 16:20:04 +0000 |
commit | 53f7e7ad2e2bb7d94b989e8959c26ff8619e6035 (patch) | |
tree | 45b50177f2d8ae04527bc0958df4cb5a428ab39b /msdos | |
parent | 8bc9b4f136638e2f632008fe348e00f18b91ea6c (diff) | |
download | emacs-53f7e7ad2e2bb7d94b989e8959c26ff8619e6035.tar.gz |
(TAGS): Make sure bin/etags.exe is current. Make
the rules always generate TAGS.
Diffstat (limited to 'msdos')
-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 FRC: -TAGS tags: lib-src +TAGS tags: lib-src FRC + cd lib-src + if exist etags.exe mv -f etags.exe ../bin + cd .. cd lisp ../bin/etags [a-zA-Z]*.el term/[a-zA-Z]*.el cd .. |