6 # Generate html from restructured text (assuming docutils are installed)
7 ${CONVERTER} ${README} tmp.tex
9 # Replace class="title" attribute from H1 tag as it was clashing with something
11 #sed -i 's/<h1 class="title">/<h1>/g' tmp.tex
13 # Remove all lines before <body> tag and after </body> tag.
14 ./cleanTex.awk tmp.tex > readme.tex