about summary refs log tree commit diff stats
path: root/tools/update_html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-09-01 14:21:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-09-01 14:21:04 -0700
commit38909fbce08002e6106c762dd8d573b4357476b6 (patch)
tree763b52c1511bed41ad5c71dced6d0302e6499c95 /tools/update_html
parentcd9f0bb076593020a5acfae9896e19df7ef2b13a (diff)
downloadmu-38909fbce08002e6106c762dd8d573b4357476b6.tar.gz
.
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
   )
vious revision' href='/akkartik/mu/blame/047jump_label.cc?h=main&id=6f8f9fb53b5a7ef26496d496a4b93266c78d6332'>^
dc1323e9 ^


4071055a ^
dc1323e9 ^

4071055a ^
dc1323e9 ^

ac0e9db5 ^
4071055a ^
dc1323e9 ^


ac0e9db5 ^
4071055a ^
dc1323e9 ^




ac0e9db5 ^
dc1323e9 ^




0f125d5f ^
dc1323e9 ^


827898fc ^
dc1323e9 ^






8ba8f0f6 ^
5497090a ^
dc1323e9 ^









8ba8f0f6 ^
5497090a ^
dc1323e9 ^









8ba8f0f6 ^
5497090a ^
dc1323e9 ^




4071055a ^



5497090a ^


8ba8f0f6 ^
5497090a ^
4071055a ^
5497090a ^
4071055a ^


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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110