Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-01-02 19:07:43 +0300
committerBen Noordhuis <info@bnoordhuis.nl>2015-01-09 01:21:12 +0300
commit3f8b76ebd5599737ba99b00cfd54b5751c40b512 (patch)
tree56b370dfc6b7400fe9b0bef79f1fcd1a741dd542 /tools/install.py
parent73b9323488a3e5bdd9a2b22dcb5d6daa497c8282 (diff)
doc: rename node.1 -> iojs.1
PR-URL: https://github.com/iojs/io.js/pull/262 Reviewed-By: Bert Belder <bertbelder@gmail.com>
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/install.py b/tools/install.py
index c99dc1579bf..77e6d0cbd10 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -137,9 +137,9 @@ def files(action):
action(['src/node.stp'], 'share/systemtap/tapset/')
if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
- action(['doc/node.1'], 'man/man1/')
+ action(['doc/iojs.1'], 'man/man1/')
else:
- action(['doc/node.1'], 'share/man/man1/')
+ action(['doc/iojs.1'], 'share/man/man1/')
if 'true' == variables.get('node_install_npm'): npm_files(action)