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)
commitb27862261a726fd88e87206cc7f00ce6a1e720ce (patch)
tree165ab8ab18b63079883e02dccc84c03992cefc16 /SConstruct
parent241b8f0c4c44d63d41698f965199bc0becfa5aea (diff)
downloadSCons-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--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),
]