Browse Source

use rsync instead of scp to upload website

v0.7.4-release
Ryan Dahl 13 years ago
parent
commit
ee7313266a
  1. 2
      Makefile

2
Makefile

@ -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

Loading…
Cancel
Save