summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-03-05 21:31:30 (GMT)
committerSteven Knight <knight@baldmt.com>2005-03-05 21:31:30 (GMT)
commit37f7563ea516a39234fc91a8ffd9cf22d9258e8b (patch)
tree165ab8ab18b63079883e02dccc84c03992cefc16 /SConstruct
parentf7230b12d84220342c2671276beec9a9d590ce22 (diff)
downloadSCons-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--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 42758ad..f928efb 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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),
]