diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 11:22:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 11:22:21 -0300 |
commit | d17b5910e9f9cecff52c8a1775355340ab8ea836 (patch) | |
tree | e0728de3178c3e4bed36885ee848beb032a74b71 | |
parent | ec8bb4848ac6dbb255a359b2975d04a7636e7597 (diff) | |
download | hydra-d17b5910e9f9cecff52c8a1775355340ab8ea836.tar.gz hydra-d17b5910e9f9cecff52c8a1775355340ab8ea836.tar.bz2 |
Makefile: publish target
-rw-r--r-- | doc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 <target>' where <target> is one of" |