diff options
author | Mats Wichmann <mats@linux.com> | 2018-04-23 20:01:33 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-04-23 20:01:33 (GMT) |
commit | 0e38d6dc4916b33c2f13d76d18ed6e0bf18f316b (patch) | |
tree | 948ee3369c10ae4a48ab1a5d1bd80b307cedf6f8 /doc/design | |
parent | 832e79a956fdb87f863968f670185b1fa75b6509 (diff) | |
download | SCons-0e38d6dc4916b33c2f13d76d18ed6e0bf18f316b.zip SCons-0e38d6dc4916b33c2f13d76d18ed6e0bf18f316b.tar.gz SCons-0e38d6dc4916b33c2f13d76d18ed6e0bf18f316b.tar.bz2 |
Fix invalid xml entities in docs
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/native.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/native.xml b/doc/design/native.xml index 97d5831..0ea4074 100644 --- a/doc/design/native.xml +++ b/doc/design/native.xml @@ -64,7 +64,7 @@ <para> By default, the &SCons; utility searches for a file named - &SConstruct;, &Sconstruct;, &sconstruct;, &SConstruct.py, &Sconstruct.py + &SConstruct;, &Sconstruct;, &sconstruct;, &SConstruct.py;, &Sconstruct.py; or &sconstruct.py; (in that order) in the current directory, and reads its configuration from the first file found. A <option>-f</option> command-line option exists to read a |