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-25 08:30:45 +0400
committerisaacs <i@izs.me>2011-09-25 08:55:02 +0400
commitfe576995c40f87544116ca210e7b21e0484b1c57 (patch)
treeba131359a870265e57ab290a4149c6c25a705774 /scripts
parentfaaf7e9e37a8c1844d2cdc59aa47f8b35292052a (diff)
More doc stuff.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/doc-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/doc-build.sh b/scripts/doc-build.sh
index 9c8fbee64..2376ba05b 100755
--- a/scripts/doc-build.sh
+++ b/scripts/doc-build.sh
@@ -41,6 +41,7 @@ case $dest in
| perl -pi -e 's/([^"-])npm-([^\(]+)\(1\)/\1<a href="..\/doc\/\2.html">\2<\/a>/g' \
| perl -pi -e 's/([^"-])npm-([^\(]+)\(3\)/\1<a href="..\/api\/\2.html">\2<\/a>/g' \
| perl -pi -e 's/([^"-])npm\(1\)/\1<a href="..\/doc\/npm.html">npm<\/a>/g' \
+ | perl -pi -e 's/([^"-])npm\(3\)/\1<a href="..\/api\/npm.html">npm<\/a>/g' \
> $dest
exit $?
;;