This commit is contained in:
Kartik K. Agaram 2021-08-11 19:25:27 -07:00
parent 8b03553867
commit 7670161ca4
1 changed files with 9 additions and 0 deletions

View File

@ -64,6 +64,15 @@ do
process $f
done
( cd browse-slack
ctags -x ../boot.subx ../[0-9]*.subx ../[0-9]*.mu *.mu > /tmp/tags
)
for f in browse-slack/*.mu
do
test $# -gt 0 && test $1 != browse-slack/$f && continue
process $f
done
( cd linux
ctags -x [0-9]*.subx [0-9]*.mu > /tmp/tags
)