# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
-.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
+.PHONY: publish
+
+publish: html
+ @rsync -avz --delete _build/html/ hydra:/var/sites/hidra/www/
help:
@echo "Please use \`make <target>' where <target> is one of"