]> git.xonotic.org Git - xonotic/xonotic.git/blob - make-htmlfiles.sh
c41c9442ecb1384a05dde1d0af9f5316f8de358c
[xonotic/xonotic.git] / 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