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_html16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/update_html b/tools/update_html
index 7efddfe7..34a52eea 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
@@ -61,13 +54,4 @@ do
   process $f
 done
 
-for f in apps/*.mu
-do
-  test $# -gt 0  &&  test $1 != $f  &&  continue
-  ( cd apps
-    ctags -x ../*.subx `basename $f` > /tmp/tags
-  )
-  process $f
-done
-
 rm /tmp/tags
James Booth <boothj5@gmail.com> 2016-10-30 17:06:06 +0000 Add main.help.header to themes' href='/danisanti/profani-tty/commit/themes/forest?id=ffa01a1a4c4185a584d5920edb0d565a3807eb85'>ffa01a1a ^
30b5f112 ^

a4b4ed71 ^

30b5f112 ^




a4b4ed71 ^





30b5f112 ^
71679a31 ^

a4b4ed71 ^


a4b4ed71 ^

2f82f50a ^
86c1c388 ^
1a3dc91e ^
a4b4ed71 ^

a4b4ed71 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
1900402f ^
0aa758cb ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81