From c762564bd754884e847922c99172076fde4d646e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 7 Sep 2018 22:42:23 -0700 Subject: 4539 --- update_html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update_html') 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; ) -- cgit 1.4.1-2-gfad0 ' value='19ac943bb34300b870880154c681028593512430'/> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
about summary refs log blame commit diff stats
path: root/Makefile
blob: 3479bb2d8e6baf581e099527c0c0d14fbd17400c (plain) (tree)
1
2
3
4
5
6
7
8
9