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 | 37f7563ea516a39234fc91a8ffd9cf22d9258e8b (patch) | |
tree | 165ab8ab18b63079883e02dccc84c03992cefc16 /SConstruct | |
parent | f7230b12d84220342c2671276beec9a9d590ce22 (diff) | |
download | SCons-37f7563ea516a39234fc91a8ffd9cf22d9258e8b.zip SCons-37f7563ea516a39234fc91a8ffd9cf22d9258e8b.tar.gz SCons-37f7563ea516a39234fc91a8ffd9cf22d9258e8b.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), ] |