X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=36f07cd14154904f9949690b46d5d4abf7155262;hb=effb6b9a8716ce58fed6c8260c57164601a7df30;hp=2a70a3178d04681aa517945a993d5498d5ed56d8;hpb=dacff1753db6ba443d9c7c72e46eebd96941cb90;p=spline3.git diff --git a/makefile b/makefile index 2a70a31..36f07cd 100644 --- a/makefile +++ b/makefile @@ -71,7 +71,7 @@ doc: src_html SSH_USER=root@michael.orlitzky.com PUBLIC_DOCDIR=/var/www/orlitzky.com/michael/public/spline3/ publish_doc: doc - rsync -avz -e ssh $(SSH_USER):$(PUBLIC_DOCDIR) ./doc/html/ + rsync -avz -e ssh ./doc/html/ $(SSH_USER):$(PUBLIC_DOCDIR) hlint: hlint --ignore="Use camelCase" \