]> icculus.org git repositories - divverent/nexuiz.git/blob - Docs/htmlfiles/make-htmlfiles.sh
mention gl_picmip
[divverent/nexuiz.git] / Docs / htmlfiles / make-htmlfiles.sh
1 for X in *.aft; do
2         aft "$X"
3         { cat header.html-part; perl -ne 'print unless 1 .. /<body>/ or /<\/body>/ .. 0' "${X%.aft}.html"; cat footer.html-part; } > "../${X%.aft}.html"
4 done