summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-01-02 17:07:43 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2015-01-08 23:21:12 +0100
commit3f8b76ebd5599737ba99b00cfd54b5751c40b512 (patch)
tree56b370dfc6b7400fe9b0bef79f1fcd1a741dd542 /tools/install.py
parent73b9323488a3e5bdd9a2b22dcb5d6daa497c8282 (diff)
downloadandroid-node-v8-3f8b76ebd5599737ba99b00cfd54b5751c40b512.tar.gz
android-node-v8-3f8b76ebd5599737ba99b00cfd54b5751c40b512.tar.bz2
android-node-v8-3f8b76ebd5599737ba99b00cfd54b5751c40b512.zip
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 c99dc1579b..77e6d0cbd1 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)