default:
	rst2html.py --stylesheet-path=book.css RetroLanguage.rst | sed 's/\<td colspan=/\<td style="background: #ccdddd" colspan=/' >RetroLanguage.html

clean:
	rm -f RetroLanguage.html
