From 608a7fa8d0faf9a3e3d182d9eabe969804443aab Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 7 Sep 2018 15:08:54 -0700 Subject: 4536 --- update_html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'update_html') diff --git a/update_html b/update_html index 6f45ae4e..e681a6e4 100755 --- a/update_html +++ b/update_html @@ -75,10 +75,16 @@ done ( cd subx ctags -x *.cc |grep -v '^. ' > /tmp/tags # don't hyperlink every 'i' to the integer register variant ) -for f in subx/*.cc subx/*.subx +for f in subx/*.cc do process $f done -rm /tmp/tags +rm -f /tmp/tags +for f in subx/examples/*.subx subx/apps/*.subx +do + process $f +done + +rm -f /tmp/tags ( cd linkify; clean; ) -- cgit 1.4.1-2-gfad0