aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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