#!//bin/sh

latex2html lapack95.tex 
cp -f lapack95/* .
rm -rf lapack95
cp lapack95.html index.html
cp lapack95.css index.css
latex2html L90index.tex
latex2html Error.tex
latex2html FAQ.tex
latex2html RelNotes.tex
rm WARNINGS

