.PHONY: all
all: README.xhtml

README.xhtml: README.rst
	rst2html --generator --input-encoding=utf-8 --language=en \
          --cloak-email-addresses --time --no-xml-declaration '$<' '$@'
