about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-29 21:20:36 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-29 21:20:36 -0800
commit00c4d6122182c37a8b37d27fd1e8e896cbdbe928 (patch)
tree0c2f3693a119fa7c166e0b2c079a506ad193b6bb /tools
parent1e02d840e8ba63be0f41d7db278bb39b7141d4fd (diff)
downloadmu-00c4d6122182c37a8b37d27fd1e8e896cbdbe928.tar.gz
7472
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/update_html b/tools/update_html
index bd644e42..763b929a 100755
--- a/tools/update_html
+++ b/tools/update_html
@@ -99,4 +99,13 @@ do
   process $f
 done
 
+for f in baremetal/*.mu
+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