#!/bin/bash # Regenerate html files. for f in *.cc *.mu do vim -c "TOhtml | w | qa" $f mv $f.html html done sed -i 's,\~/mu/,<title>Mu - ,' html/*.html sed -i 's,\.html,,' html/*.html sed -i 's/^\*.*/* { font-size: 1.05em; }/g' html/*.html # tweak contrast sed -i 's/^\.Constant .*/.Constant { color: #00a0a0; }/' html/*.html sed -i 's/^\.muControl .*/.muControl { color: #c0a020; }/' html/*.html sed -i 's/^\.Comment .*/.Comment { color: #9090ff; }/' html/*.html sed -i 's/^\.Delimiter .*/.Delimiter { color: #a04060; }/' html/*.html # not meant to be read/ can be lower-contrast