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>2010-08-18 21:57:13 +0400
committerisaacs <i@izs.me>2010-08-18 21:57:13 +0400
commit9e87e148e145ac46797ad41d02f9d41c9f1dfea1 (patch)
tree064fc1100cca1ec4cad2ea712409ae3c0e6bb6e6 /Makefile
parent3bd5fb77a73fed9fc6b9382ac5c1936782d5b5a8 (diff)
Use `npm install ronn` instead of `gem install ronn`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab47e149f..83eb23099 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ doc: man $(docs)
@true
man/%.1: doc/%.md
- ronn --roff --pipe $< > $@
+ ronn --roff $< > $@
man/%/: doc/%/
@if ! test -d $@ ; then mkdir -p $@ ; fi