about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-15 20:56:41 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-15 20:56:41 -0700
commit614d0ecff4b47fd94d86c764f99f8008493e7a50 (patch)
tree0fca9ca58d01976a07d6318b5f006a11c20b6864 /tools
parent10687ed8bb77ab5d07ccae7c7285e78302a66370 (diff)
downloadmu-614d0ecff4b47fd94d86c764f99f8008493e7a50.tar.gz
.
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 c395f675..6fadd0e9 100755
--- a/tools/update_html
+++ b/tools/update_html
@@ -78,7 +78,7 @@ do
   process $f
 done
 
-for f in linux/advent2020/*.mu
+for f in linux/advent2020/*.mu linux/advent2017/*.mu
 do
   ( cd $(dirname $f)
     ctags -x ../[0-9]*.subx ../[0-9]*.mu $(basename $f) > /tmp/tags