From: Silvio Rhatto Date: Sat, 14 May 2016 14:22:21 +0000 (-0300) Subject: Makefile: publish target X-Git-Tag: 0.2.4~162 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d17b5910e9f9cecff52c8a1775355340ab8ea836;p=hydra.git Makefile: publish target --- diff --git a/doc/Makefile b/doc/Makefile index 15976e4..12c8977 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,7 +19,10 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . # 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 ' where is one of"