diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-09-01 14:21:04 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-09-01 14:21:04 -0700 |
commit | 38909fbce08002e6106c762dd8d573b4357476b6 (patch) | |
tree | 763b52c1511bed41ad5c71dced6d0302e6499c95 /tools | |
parent | cd9f0bb076593020a5acfae9896e19df7ef2b13a (diff) | |
download | mu-38909fbce08002e6106c762dd8d573b4357476b6.tar.gz |
.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update_html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/update_html b/tools/update_html index 78a790aa..8110b010 100755 --- a/tools/update_html +++ b/tools/update_html @@ -49,6 +49,7 @@ done for f in apps/*.mu do + test $# -gt 0 && test $1 != $f && continue ( cd $(dirname $f) ctags -x ../[0-9]*.subx ../[0-9]*.mu $(basename $f) > /tmp/tags ) |