From 395f736d1ae339f9b633ae36e10b42fbca2d26f9 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 29 Dec 2020 19:28:56 -0800 Subject: 7464 --- tools/update_html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools/update_html') diff --git a/tools/update_html b/tools/update_html index 321f3c45..bd644e42 100755 --- a/tools/update_html +++ b/tools/update_html @@ -90,4 +90,13 @@ do process $f done +for f in baremetal/*.subx +do + test $# -gt 0 && test $1 != $f && continue + ( cd baremetal + ctags -x [0-9]*.subx [0-9]*.mu `basename $f` > /tmp/tags + ) + process $f +done + rm /tmp/tags -- cgit 1.4.1-2-gfad0