summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-07-24 16:20:04 +0000
committerRichard M. Stallman <rms@gnu.org>1996-07-24 16:20:04 +0000
commit53f7e7ad2e2bb7d94b989e8959c26ff8619e6035 (patch)
tree45b50177f2d8ae04527bc0958df4cb5a428ab39b /msdos
parent8bc9b4f136638e2f632008fe348e00f18b91ea6c (diff)
downloademacs-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.v25
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 ..