Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-16 09:25:09 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-16 09:25:09 +0300
commita01e09502e8921d08b9a6bb7f943a87761b8a71c (patch)
treef806e6d9277204cc1592c1061ca613085d71a139 /Makefile
parent9bf93de53203b457e44df166abefca84b8632487 (diff)
scp should copy the right dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d80b15f59a0..4564d8065cc 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ build/doc/changelog.html: ChangeLog build/default/node build/doc/ $(apidoc_dirs)
build/doc/%:
website-upload: doc
- scp -r build/* $(web_root)
+ scp -r build/doc/* $(web_root)
docopen: build/doc/api/all.html
-google-chrome build/doc/api/all.html