#!/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,
\~/Desktop/s/mu/,Mu - ,' html/*
sed -i 's,\.html,,' html/*
sed -i 's/^\*.*/* { font-size: 1.05em; }/g' html/*
# tweak contrast
sed -i 's/^\.Constant .*/.Constant { color: #00a0a0; }/' html/*
sed -i 's/^\.muControl .*/.muControl { color: #c0a020; }/' html/*
sed -i 's/^\.Comment .*/.Comment { color: #9090ff; }/' html/*
sed -i 's/^\.Delimiter .*/.Delimiter { color: #a04060; }/' html/* # not meant to be read/ can be lower-contrast