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-08-15 01:28:40 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-08-15 06:37:46 +0400
commit22abec8833474879ac49b9604c103bc845dad779 (patch)
tree96b859f9ccf3bc1fd2f3a6839ed71f3c9415497d /Makefile
parent1be4de51c3976db8564f72b00d50384c921f0917 (diff)
Remove outdated docpublish make target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile35
1 files changed, 2 insertions, 33 deletions
diff --git a/Makefile b/Makefile
index 09e06adc2..ddbdcc563 100644
--- a/Makefile
+++ b/Makefile
@@ -175,38 +175,7 @@ publish: link doc
git clean -fd &&\
git push origin &&\
git push origin --tags &&\
- npm publish &&\
- make doc-publish
-
-docpublish: doc-publish
-doc-publish: doc
- # legacy urls
- for f in $$(find html/doc/{cli,files,misc}/ -name '*.html'); do \
- j=$$(basename $$f | sed 's|^npm-||g'); \
- if ! [ -f html/doc/$$j ] && [ $$j != README.html ] && [ $$j != index.html ]; then \
- perl -pi -e 's/ href="\.\.\// href="/g' <$$f >html/doc/$$j; \
- fi; \
- done
- mkdir -p html/api
- for f in $$(find html/doc/api/ -name '*.html'); do \
- j=$$(basename $$f | sed 's|^npm-||g'); \
- perl -pi -e 's/ href="\.\.\// href="/g' <$$f >html/api/$$j; \
- done
- rsync -vazu --stats --no-implied-dirs --delete \
- html/doc/* \
- ../npm-www/doc
- rsync -vazu --stats --no-implied-dirs --delete \
- html/static/style.css \
- ../npm-www/static/
- #cleanup
- rm -rf html/api
- for f in html/doc/*.html; do \
- case $$f in \
- html/doc/README.html) continue ;; \
- html/doc/index.html) continue ;; \
- *) rm $$f ;; \
- esac; \
- done
+ npm publish
release:
@bash scripts/release.sh
@@ -214,4 +183,4 @@ release:
sandwich:
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
-.PHONY: all latest install dev link doc clean uninstall test man doc-publish doc-clean docclean docpublish release
+.PHONY: all latest install dev link doc clean uninstall test man doc-clean docclean release