Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
use rsync instead of scp to upload website
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 15, 2011
1 parent dd8018d commit ee73132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -120,7 +120,7 @@ out/doc/api/%.html: doc/api/%.markdown out/Release/node $(apidoc_dirs) $(apiasse
out/doc/%:

website-upload: doc
scp -r out/doc/* $(web_root)
rsync -r out/doc/ node@nodejs.org:~/web/nodejs.org/

docopen: out/doc/api/all.html
-google-chrome out/doc/api/all.html
Expand Down

0 comments on commit ee73132

Please sign in to comment.