From 490b26d0614f685990dcc9225c7826a34de77b48 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 27 Dec 2020 10:57:44 -0800 Subject: 7426 --- tools/update_html | 82 +++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'tools/update_html') diff --git a/tools/update_html b/tools/update_html index 8aba9637..321f3c45 100755 --- a/tools/update_html +++ b/tools/update_html @@ -39,47 +39,47 @@ convert_html() { mv -i $1.html html/`dirname $1` } -#? ctags -x *.cc |grep -v '^. ' > /tmp/tags # don't hyperlink every 'i' to the integer register variant -#? for f in *.cc -#? do -#? test $# -gt 0 && test $1 != $f && continue -#? process $f -#? done -#? -#? ctags -x [0-9]*.subx [0-9]*.mu > /tmp/tags -#? for f in *.subx *.mu -#? do -#? test $# -gt 0 && test $1 != $f && continue -#? process $f -#? done -#? -#? for f in apps/*.subx -#? do -#? test $# -gt 0 && test $1 != $f && continue -#? ( cd apps -#? ctags -x ../[0-9]*.subx ../[0-9]*.mu `basename $f` > /tmp/tags -#? ) -#? process $f -#? done -#? -#? for f in apps/*.mu -#? do -#? test $# -gt 0 && test $1 != $f && continue -#? ( cd apps -#? ctags -x ../[0-9]*.subx ../[0-9]*.mu `basename $f` > /tmp/tags -#? ) -#? process $f -#? done -#? -#? for f in apps/*/*.mu -#? do -#? test $# -gt 0 && test $1 != $f && continue -#? echo $f -#? ( cd `dirname $f` -#? ctags -x ../../[0-9]*.subx ../../[0-9]*.mu *.mu > /tmp/tags -#? ) -#? process $f -#? done +ctags -x *.cc |grep -v '^. ' > /tmp/tags # don't hyperlink every 'i' to the integer register variant +for f in *.cc +do + test $# -gt 0 && test $1 != $f && continue + process $f +done + +ctags -x [0-9]*.subx [0-9]*.mu > /tmp/tags +for f in *.subx *.mu +do + test $# -gt 0 && test $1 != $f && continue + process $f +done + +for f in apps/*.subx +do + test $# -gt 0 && test $1 != $f && continue + ( cd apps + ctags -x ../[0-9]*.subx ../[0-9]*.mu `basename $f` > /tmp/tags + ) + process $f +done + +for f in apps/*.mu +do + test $# -gt 0 && test $1 != $f && continue + ( cd apps + ctags -x ../[0-9]*.subx ../[0-9]*.mu `basename $f` > /tmp/tags + ) + process $f +done + +for f in apps/*/*.mu +do + test $# -gt 0 && test $1 != $f && continue + echo $f + ( cd `dirname $f` + ctags -x ../../[0-9]*.subx ../../[0-9]*.mu *.mu > /tmp/tags + ) + process $f +done for f in baremetal/*.hex do -- cgit 1.4.1-2-gfad0