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>2013-07-11 21:33:35 +0400
committerisaacs <i@izs.me>2013-07-11 21:33:35 +0400
commitf031bd86f74d0fdbfd0e1e1bb167150c98fbbd33 (patch)
tree3ed8dd0544e434dff915c870a16cc9e61e2ae555 /scripts
parent420db7dd7c4a16a069391fc280d9065631a678ca (diff)
doc: build sections 5 and 7
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/doc-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/doc-build.sh b/scripts/doc-build.sh
index 750c48d00..c32557055 100755
--- a/scripts/doc-build.sh
+++ b/scripts/doc-build.sh
@@ -41,7 +41,7 @@ version=$(node cli.js -v)
mkdir -p $(dirname $dest)
case $dest in
- *.[13])
+ *.[1357])
./node_modules/.bin/ronn --roff $src \
| sed "s|@VERSION@|$version|g" \
| perl -pi -e 's/npm\\-([^\(]*)\(1\)/npm help \1/g' \