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-04 12:33:27 +0400
committerisaacs <i@izs.me>2011-09-04 12:33:27 +0400
commitdf8c465d100a61017e63d4fd2be2bccfd4e42cdb (patch)
tree09b394933c2d6507c72202ba5caaa35aa24160a5 /Makefile
parentad8bb009dc7a8a47276574c7672b4bab788cc901 (diff)
Link npm(1) to 'npm help npm'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1483ffa09..940e848f5 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ man1/%.1: doc/%.md
@[ -d man1 ] || mkdir -p man1
./node_modules/.bin/ronn --roff $< \
| perl -pi -e 's/npm\\-([^\(]*)\([0-9]\)/npm help \1/g' \
+ | perl -pi -e 's/npm\([0-9]\)/npm help npm/g' \
> $@
man1/%/: doc/%/