about summary refs log tree commit diff stats
path: root/tools/update_html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-09 20:55:15 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-10 10:35:17 -0800
commit194d1007926e617bca106b8e2e94880e095808ee (patch)
tree11e5b298550265fd4d7bf3801bb969ca6fade284 /tools/update_html
parent0bcfe6e5cf11b27223eb5563315550ab5036f6c6 (diff)
downloadmu-194d1007926e617bca106b8e2e94880e095808ee.tar.gz
5881
Diffstat (limited to 'tools/update_html')
-rwxr-xr-xtools/update_html7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/update_html b/tools/update_html
index 7efddfe7..45af0f3f 100755
--- a/tools/update_html
+++ b/tools/update_html
@@ -38,13 +38,6 @@ convert_html() {
   mv -i $1.html html/`dirname $1`
 }
 
-ctags -x *.cc  |grep -v '^. '  > /tmp/tags  # don't hyperlink every 'i' to the integer register variant
-for f in *.cc
-do
-  test $# -gt 0  &&  test $1 != $f  &&  continue
-  process $f
-done
-
 ctags -x *.subx  > /tmp/tags
 for f in *.subx
 do