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-05-03 11:06:50 +0400
committerisaacs <i@izs.me>2010-05-03 11:06:50 +0400
commite3e176c05e0a4ab1866c71211f7f00e38b303874 (patch)
tree98496b80a5a96a281d3a41f8c50b4660fec41a7d /Makefile
parent85aaa4eca634d73c523d194d09eb2a6bb85e4279 (diff)
Don't echo the "true" stuffs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0470530d..eaf4be05a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,10 @@ install:
@node install-npm.js
man:
- mkdir man
+ @mkdir man
doc: man $(docs)
- true
+ @true
man/%.1: doc/%.md
ronn --roff $< > $@