install: don't install man page twice

Looks like a merge conflict in 77ed12f left in the old, unconditional
install rule. Remove it, the new and improved rule is a few lines down.

Fixes #5044.
This commit is contained in:
Ben Noordhuis 2013-03-16 23:18:50 +01:00
parent 4432dc8187
commit 2b5bc8e0d6

View File

@ -119,7 +119,6 @@ def npm_files(action):
assert(0) # unhandled action type
def files(action):
action(['doc/node.1'], 'share/man/man1/')
action(['out/Release/node'], 'bin/node')
# install unconditionally, checking if the platform supports dtrace doesn't