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 02:31:12 +0400
committerisaacs <i@izs.me>2011-09-17 02:31:12 +0400
commitdb6e8d3d92b758b8393907bb7880f19d4fce8f2d (patch)
tree090d91139cc7500675962e1c3b2340e9a8b98991 /Makefile
parent23b36f187969ba59c6002bf4baeabe06dd75d464 (diff)
Don't complain about doc-clean not having files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bca88f876..e5b0fc9a0 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ uninstall: submodules
doc: $(docs) $(htmldocs)
doc-clean:
- rm $(docs) $(htmldocs)
+ rm $(docs) $(htmldocs) &>/dev/null || true
# use `npm install ronn` for this to work.
man1/README.1: README.md scripts/doc-build.sh package.json