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>2011-09-08 13:15:20 +0400
committerisaacs <i@izs.me>2011-09-08 13:15:20 +0400
commit928bb81c00b2ab864727e9c987afe53b673b4d18 (patch)
tree73fef984ebe678415b75eb365046c98bd1603f5b /Makefile
parent1d4fb54df8c6bd2ecabd378300ca5c64577aa52f (diff)
Update version in doc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c2ad4be7..d206886c0 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,9 @@ uninstall: submodules
doc: $(docs) $(htmldocs)
+doc-clean:
+ rm $(docs) $(htmldocs)
+
# use `npm install ronn` for this to work.
man1/README.1: README.md
scripts/doc-build.sh $< $@
@@ -70,4 +73,4 @@ publish: link
doc-publish: doc
rsync -vazu --stats --no-implied-dirs --delete html/doc/ npmjs.org:/var/www/npmjs.org/public/doc
-.PHONY: latest install dev link doc clean uninstall test man doc-publish
+.PHONY: latest install dev link doc clean uninstall test man doc-publish doc-clean