Skip to content

Commit

Permalink
Merge pull request #3117 from mwichmann/wip-xmlify
Browse files Browse the repository at this point in the history
minor xml fixes
  • Loading branch information
bdbaddog committed Apr 23, 2018
2 parents 832e79a + 617cf70 commit f1deff3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/design/native.xml
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion src/CHANGES.txt
Expand Up @@ -7,6 +7,9 @@

RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE

From Mats Wichmann:
- xml validity fixes from SConstruct.py change

From Richard West:
- Add SConstruct.py, Sconstruct.py, sconstruct.py to the search path for the root SConstruct file.
Allows easier debugging within Visual Studio
Expand Down Expand Up @@ -50,7 +53,7 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE

From Mats Wichmann:
- Updated manpage scons.xml to fix a nested list problem
- Updated doc terminionly: use prepend instead of append as appropriate
- Updated doc terminiology: use prepend instead of append as appropriate

From Jonathon Reinhart:
- Replace all instances of `int main()` in C code with `int main(void)`.
Expand Down

0 comments on commit f1deff3

Please sign in to comment.