From 3f8b76ebd5599737ba99b00cfd54b5751c40b512 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 2 Jan 2015 17:07:43 +0100 Subject: doc: rename node.1 -> iojs.1 PR-URL: https://github.com/iojs/io.js/pull/262 Reviewed-By: Bert Belder --- tools/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/install.py') 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) -- cgit v1.2.3