(TAGS): Make sure bin/etags.exe is current. Make
the rules always generate TAGS.
This commit is contained in:
parent
8bc9b4f136
commit
53f7e7ad2e
1 changed files with 4 additions and 1 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue