all: help.html

help.html: help.rst help.css help.config
	rst2html --no-generator --language=es --config=help.config help.rst > help.html
