diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-16 20:44:02 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-16 20:44:02 -0800 |
commit | dd60a1d73c8017fd3d80ccf91e4549fc47a90760 (patch) | |
tree | 2b0e24d15102aa7dd53284511371c0f579c14bbe /tools/update_html | |
parent | 3d31467c0dae1d879111901635d257353aae27c9 (diff) | |
download | mu-dd60a1d73c8017fd3d80ccf91e4549fc47a90760.tar.gz |
7252
Diffstat (limited to 'tools/update_html')
-rwxr-xr-x | tools/update_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_html b/tools/update_html index 0f073377..97371b8f 100755 --- a/tools/update_html +++ b/tools/update_html @@ -76,7 +76,7 @@ do test $# -gt 0 && test $1 != $f && continue echo $f ( cd `dirname $f` - ctags -x ../../[0-9]*.subx ../../[0-9]*.mu `basename $f` > /tmp/tags + ctags -x ../../[0-9]*.subx ../../[0-9]*.mu *.mu > /tmp/tags ) process $f done |