diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 03:40:41 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 03:40:41 -0800 |
commit | c0e9154d6a1fa116871794a161c6f75a71742ed4 (patch) | |
tree | 436b24f6eb07da300a9613e6b2bea854bad555b2 /update_html | |
parent | e60569995174ab119dfc7ae2bace76328bb35241 (diff) | |
download | mu-c0e9154d6a1fa116871794a161c6f75a71742ed4.tar.gz |
2745
Diffstat (limited to 'update_html')
-rwxr-xr-x | update_html | 1 |
1 files changed, 1 insertions, 0 deletions
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` } |