about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-09-01 14:21:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-09-01 14:21:04 -0700
commit38909fbce08002e6106c762dd8d573b4357476b6 (patch)
tree763b52c1511bed41ad5c71dced6d0302e6499c95 /tools
parentcd9f0bb076593020a5acfae9896e19df7ef2b13a (diff)
downloadmu-38909fbce08002e6106c762dd8d573b4357476b6.tar.gz
.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_html1
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
   )