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-03-12 04:13:16 +0300
committerisaacs <i@izs.me>2011-03-22 01:56:08 +0300
commit7d44c1185886d98867afb39634ab415b6be721ac (patch)
treec993e6a2fc473d1ac581adeafac5bc9403a4f615 /Makefile
parenta139dcf5851bbd6152a9e652099387886843d71d (diff)
Don't install ronn for every doc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d34166e1..1d3dff947 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ doc: man1 $(docs)
# use `npm install ronn` for this to work.
man1/%.1: doc/%.md
- node cli.js install ronn
+ @[ -x ./node_modules/.bin/ronn ] || node cli.js install ronn
./node_modules/.bin/ronn --roff $< > $@
man1/%/: doc/%/