diff options
Diffstat (limited to 'update_html')
-rwxr-xr-x | update_html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_html b/update_html index e681a6e4..4e618410 100755 --- a/update_html +++ b/update_html @@ -80,11 +80,11 @@ do process $f done -rm -f /tmp/tags +echo > /tmp/tags for f in subx/examples/*.subx subx/apps/*.subx do process $f done -rm -f /tmp/tags +rm /tmp/tags ( cd linkify; clean; ) |