summaryrefslogtreecommitdiffstats
path: root/bin/SConsExamples.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor some variable names. Create a SConstruct_created next to created ↵William Deegan2017-11-141-21/+27
| | | | files for document examples so the example code can be rerun manually to debug any issues found when running
* Add ability to regenerate a single example outputWilliam Deegan2017-11-141-2/+9
|
* remove reference to tools no longer included in SConsWilliam Deegan2017-09-021-9/+7
|
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-2/+2
|
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-2/+2
|
* Run futurize --stage1.Russel Winder2016-01-011-63/+65
|
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-10/+10
|
* - cleaned up 'bin' directoryDirk Baechle2013-05-031-57/+57
| | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain
* - removed suffix= from 'scons_output_command ' and moved itDirk Baechle2013-05-031-37/+640
| | | | one up in the hierarchy to the 'scons_output' tag
* - corrected xincludes for MAN pagesDirk Baechle2013-05-031-0/+295
- started to work on support for UserGuide examples - added xslt for transforming SCons XSD to Docbook documents - added SConstructs for all documents and titlepage for the UserGuide