diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-06-15 20:56:41 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-06-15 20:56:41 -0700 |
commit | 614d0ecff4b47fd94d86c764f99f8008493e7a50 (patch) | |
tree | 0fca9ca58d01976a07d6318b5f006a11c20b6864 /tools/update_html | |
parent | 10687ed8bb77ab5d07ccae7c7285e78302a66370 (diff) | |
download | mu-614d0ecff4b47fd94d86c764f99f8008493e7a50.tar.gz |
.
Diffstat (limited to 'tools/update_html')
-rwxr-xr-x | tools/update_html | 2 |
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 |