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-17 07:25:32 +0400
committerisaacs <i@izs.me>2011-09-17 07:26:15 +0400
commit772895f36fdfbb67903a8e1a9e467dcda7b2c0c3 (patch)
treee07d695548d569b1a8eb5c38998b22e500e43ae6 /Makefile
parentbb87f77c6a447fc27d1bc3652e4bec72b81650b0 (diff)
Remove doc/index.md on doc-clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e59e265cc..ee2fae0d1 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ uninstall: submodules
doc: $(docs) $(htmldocs)
doc-clean:
- rm $(docs) $(htmldocs) &>/dev/null || true
+ rm doc/index.md $(docs) $(htmldocs) &>/dev/null || true
# use `npm install ronn` for this to work.
man1/README.1: README.md scripts/doc-build.sh package.json