From c9bda4d13ea33873dd5bce1eef0434cb11763d19 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 2 Jan 2020 15:23:01 -0800 Subject: 5875 --- tools/update_html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tools/update_html') diff --git a/tools/update_html b/tools/update_html index 478d5d6c..7efddfe7 100755 --- a/tools/update_html +++ b/tools/update_html @@ -45,23 +45,23 @@ do process $f done -for f in examples/*.subx +ctags -x *.subx > /tmp/tags +for f in *.subx do test $# -gt 0 && test $1 != $f && continue - ( cd examples - ctags -x `basename $f` > /tmp/tags - ) process $f done -ctags -x *.subx > /tmp/tags -for f in *.subx +for f in apps/*.subx do test $# -gt 0 && test $1 != $f && continue + ( cd apps + ctags -x ../*.subx `basename $f` > /tmp/tags + ) process $f done -for f in apps/*.subx +for f in apps/*.mu do test $# -gt 0 && test $1 != $f && continue ( cd apps -- cgit 1.4.1-2-gfad0