From a320fe8e0a2c6a9b0eefe184590f201db5aef62b Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 25 Feb 2014 17:55:00 -0800 Subject: rsync docs to local npm-www folder --- Makefile | 4 ++-- 1 file 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 \ -- cgit v1.2.3