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_html2
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