projects
/
divverent
/
nexuiz.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
menu now ALWAYS works in a subwindow of 5:4 aspect, scaled to just fit in. Should...
[divverent/nexuiz.git]
/
Docs
/
htmlfiles
/
make-htmlfiles.sh
1
for X in *.aft; do
2
aft "$X"
3
aft "$X"
4
aft "$X"
5
{ cat header.html-part; perl -ne 'print unless 1 .. /<body>/ or /<\/body>/ .. 0' "${X%.aft}.html"; cat footer.html-part; } > "../${X%.aft}.html"
6
done