diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-14 16:02:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-14 16:02:50 -0300 |
commit | aacaf01cfabeb27d571c0d005aa32f1e56356943 (patch) | |
tree | 9eaf2b21204bb707f103cbabc94d9aed6fb301c4 | |
parent | 18409799aea5563803809ae80a6cfc52e43c2eaf (diff) | |
download | docfesto-aacaf01cfabeb27d571c0d005aa32f1e56356943.tar.gz docfesto-aacaf01cfabeb27d571c0d005aa32f1e56356943.tar.bz2 |
Makefile: relative path due to rrsync
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ # web: - @ikiwiki --setup ikiwww.setup + @ikiwiki --setup ikiwiki.setup web_deploy: - @rsync -avz --delete www/ docfesto:/var/sites/docfesto/www/ + @rsync -avz --delete www/ docfesto:/ |