]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - makefile
Escape some special characters in comments, and make the publish_doc target sync...
[spline3.git] / makefile
index 2a70a3178d04681aa517945a993d5498d5ed56d8..36f07cd14154904f9949690b46d5d4abf7155262 100644 (file)
--- 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"     \