From c0e9154d6a1fa116871794a161c6f75a71742ed4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 9 Mar 2016 03:40:41 -0800 Subject: 2745 --- update_html | 1 + 1 file changed, 1 insertion(+) (limited to 'update_html') diff --git a/update_html b/update_html index 4e5ce473..58a69ab3 100755 --- a/update_html +++ b/update_html @@ -17,6 +17,7 @@ process() { sed -i 's/^\.Delimiter .*/.Delimiter { color: #800080; }/' $1.html # not meant to be read; can be lower-contrast sed -i 's/^\.PreProc .*/.PreProc { color: #800080; }/' $1.html # not meant to be read; can be lower-contrast sed -i 's/^\.Identifier .*/.Identifier { color: #fcb165; }/' $1.html + sed -i 's/^\.Special .*/.Special { color: #c00000; }/' $1.html # same as traceAbsent.. mv -i $1.html html/`dirname $1` } -- cgit 1.4.1-2-gfad0