From: Silvio Rhatto Date: Sun, 15 May 2016 20:34:51 +0000 (-0300) Subject: Sphinx makefile fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=774d8c9f9258b0f68dfad42fac605c76665d76dc;p=templates.git Sphinx makefile fix --- diff --git a/sphinx/Makefile b/sphinx/Makefile index 6283b8e..6f8ddaa 100644 --- a/sphinx/Makefile +++ b/sphinx/Makefile @@ -155,6 +155,6 @@ doctest: web: clean html web_deploy: - @rsync -avz --delete _build/html/ templates/var/sites/templates/www/ + @rsync -avz --delete _build/html/ templates:/var/sites/templates/www/ publish: web web_deploy