diff options
author | Steven Knight <knight@baldmt.com> | 2005-03-05 21:31:30 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-03-05 21:31:30 (GMT) |
commit | b27862261a726fd88e87206cc7f00ce6a1e720ce (patch) | |
tree | 165ab8ab18b63079883e02dccc84c03992cefc16 /SConstruct | |
parent | 241b8f0c4c44d63d41698f965199bc0becfa5aea (diff) | |
download | SCons-b27862261a726fd88e87206cc7f00ce6a1e720ce.zip SCons-b27862261a726fd88e87206cc7f00ce6a1e720ce.tar.gz SCons-b27862261a726fd88e87206cc7f00ce6a1e720ce.tar.bz2 |
Enhance setup.py to install troff man pages on UNIX/Linux.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -823,7 +823,7 @@ for p in [ scons ]: commands = [ Delete(local), - '$PYTHON $SETUP_PY install "--install-script=%s" "--install-lib=%s" --no-compile' % \ + '$PYTHON $SETUP_PY install "--install-script=%s" "--install-lib=%s" --no-install-doc --no-compile' % \ (cwd_local, cwd_local_slv), ] |