summaryrefslogtreecommitdiff
path: root/deps/npm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/Makefile')
-rw-r--r--deps/npm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/npm/Makefile b/deps/npm/Makefile
index e9a211ae2..b0b85216d 100644
--- a/deps/npm/Makefile
+++ b/deps/npm/Makefile
@@ -5,7 +5,6 @@ markdowns = $(shell find doc -name '*.md' | grep -v 'index') README.md
html_docdeps = html/dochead.html \
html/docfoot.html \
- html/docfoot-script.html \
scripts/doc-build.sh \
package.json
@@ -190,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 \