about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-16 20:44:02 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-16 20:44:02 -0800
commitdd60a1d73c8017fd3d80ccf91e4549fc47a90760 (patch)
tree2b0e24d15102aa7dd53284511371c0f579c14bbe /tools
parent3d31467c0dae1d879111901635d257353aae27c9 (diff)
downloadmu-dd60a1d73c8017fd3d80ccf91e4549fc47a90760.tar.gz
7252
Diffstat (limited to 'tools')
-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