about summary refs log tree commit diff stats
path: root/tools/update_html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update_html')
-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
   )