Browse Source

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.
v0.10.1-release
Ben Noordhuis 12 years ago
parent
commit
2b5bc8e0d6
  1. 1
      tools/install.py

1
tools/install.py

@ -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

Loading…
Cancel
Save