about summary refs log tree commit diff stats
path: root/update_html
blob: be541212aac9855ec8b6329a83072239418654ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/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>\~/Desktop/s/mu/,<title>Mu - ,' html/*
sed -i 's,\.html</title>,</title>,' html/*