aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-15 17:34:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-15 17:34:51 -0300
commit774d8c9f9258b0f68dfad42fac605c76665d76dc (patch)
treebe015429d47c7817f92118908e11ac64a8cbdfea
parentf574875eed9bb35470b0ab5d653c3128bf7dd07f (diff)
downloadtemplates-774d8c9f9258b0f68dfad42fac605c76665d76dc.tar.gz
templates-774d8c9f9258b0f68dfad42fac605c76665d76dc.tar.bz2
Sphinx makefile fix
-rw-r--r--sphinx/Makefile2
1 files changed, 1 insertions, 1 deletions
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