about summary refs log tree commit diff stats
path: root/html/f2c-2.mu
Commit message (Expand)AuthorAgeFilesLines
* 2740Kartik K. Agaram2016-03-081-0/+9
n&id=62a52ffbfe2880fe754732ca3417eab96ff83738'>62a52ffb ^
4bbd3ded ^
dbe12410 ^

b3f44d64 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16







                             
                                             
                                          

                                                  



                                                                                                                
#!/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,<title>\~/mu/,<title>Mu - ,' html/*
sed -i 's,\.html</title>,</title>,' 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