diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-03-23 23:02:41 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-03-23 23:02:41 -0700 |
commit | 754d813bc5044fb7a9ce586692b627512ca84fb5 (patch) | |
tree | 7c2223e1433cf7359e91f5b60902c4b3b6a31e64 /tools | |
parent | 3120f938c660ab5fcecb579122440d487ccd798e (diff) | |
download | mu-754d813bc5044fb7a9ce586692b627512ca84fb5.tar.gz |
.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update_html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update_html b/tools/update_html index 1ed2fefb..c395f675 100755 --- a/tools/update_html +++ b/tools/update_html @@ -49,12 +49,12 @@ for f in [^0-9]*.subx [^0-9]*.mu do test $# -gt 0 && test $1 != $f && continue test $f = "boot.subx" && continue - ctags -x [0-9]*.subx [0-9]*.mu $f > /tmp/tags + ctags -x boot.subx [0-9]*.subx [0-9]*.mu $f > /tmp/tags process $f done ( cd shell - ctags -x ../[0-9]*.subx ../[0-9]*.mu *.mu > /tmp/tags + ctags -x ../boot.subx ../[0-9]*.subx ../[0-9]*.mu *.mu > /tmp/tags ) for f in shell/*.mu do |