diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-15 17:34:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-15 17:34:51 -0300 |
commit | 774d8c9f9258b0f68dfad42fac605c76665d76dc (patch) | |
tree | be015429d47c7817f92118908e11ac64a8cbdfea /sphinx/Makefile | |
parent | f574875eed9bb35470b0ab5d653c3128bf7dd07f (diff) | |
download | templates-774d8c9f9258b0f68dfad42fac605c76665d76dc.tar.gz templates-774d8c9f9258b0f68dfad42fac605c76665d76dc.tar.bz2 |
Sphinx makefile fix
Diffstat (limited to 'sphinx/Makefile')
-rw-r--r-- | sphinx/Makefile | 2 |
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 |