diff options
author | William Deegan <bill@baddogconsulting.com> | 2010-01-11 02:13:19 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2010-01-11 02:13:19 (GMT) |
commit | 9e2c60f6601ff6ef2b222d6208fac3247fa420d3 (patch) | |
tree | 15acd3ae0f1cdabff1f3bfc1447fbb7458ad3017 /doc/user | |
parent | dc30cc0624ac5ec648a6c608a347c421caa113fd (diff) | |
download | SCons-9e2c60f6601ff6ef2b222d6208fac3247fa420d3.zip SCons-9e2c60f6601ff6ef2b222d6208fac3247fa420d3.tar.gz SCons-9e2c60f6601ff6ef2b222d6208fac3247fa420d3.tar.bz2 |
XML file change to go with .in file change
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/build-install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index 8616361..d6e4394 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -411,11 +411,11 @@ This will build &SCons;, install the &scons; script - in the default system scripts directory + in the python which is used to run the setup.py's scripts directory (<filename>/usr/local/bin</filename> or <filename>C:\Python25\Scripts</filename>), and will install the &SCons; build engine - in an appropriate stand-alone library directory + in the corresponding library directory for the python used (<filename>/usr/local/lib/scons</filename> or <filename>C:\Python25\scons</filename>). Because these are system directories, |