about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
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