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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-02-26 05:55:00 +0400
committerisaacs <i@izs.me>2014-02-26 05:55:00 +0400
commita320fe8e0a2c6a9b0eefe184590f201db5aef62b (patch)
treeda6cecc6418bfe4637a0b7d3df10e42a9a6089eb /Makefile
parent94c466066f616c5e247a731acbac8048a5b61e81 (diff)
rsync docs to local npm-www folder
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e548fdb56..b0b85216d 100644
--- a/Makefile
+++ b/Makefile
@@ -189,10 +189,10 @@ doc-publish: doc
done
rsync -vazu --stats --no-implied-dirs --delete \
html/doc/* \
- node@npmjs.org:/home/node/npm-www/doc
+ ../npm-www/doc
rsync -vazu --stats --no-implied-dirs --delete \
html/static/style.css \
- node@npmjs.org:/home/node/npm-www/static/
+ ../npm-www/static/
#cleanup
rm -rf html/api
for f in html/doc/*.html; do \