install: don't install man page twice
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 16 Mar 2013 22:18:50 +0000 (23:18 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 16 Mar 2013 22:22:10 +0000 (23:22 +0100)
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.

tools/install.py

index c8ad828..48943de 100755 (executable)
@@ -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