Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added doc editor configuration for XXE5 | Dirk Baechle | 2014-01-19 | 440 | -466/+17712 |
| | | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE | ||||
* | - added EPUB Builder to the DocBook Tool, based on the work of Andrew ↵ | Dirk Baechle | 2013-12-21 | 9 | -20/+74 |
| | | | | Featherstone | ||||
* | Merged in dirkbaechle/scons (pull request #91) | Gary Oberbrunner | 2013-11-10 | 25 | -24/+276 |
|\ | | | | | | | Adding EPUB as output format for documentation | ||||
| * | - added EPUB as output format for documentation ("user" and "man" targets) | Dirk Baechle | 2013-10-08 | 18 | -7/+234 |
| | | |||||
| * | - added an explicit Gs() Builder to the gs.py Tool | Dirk Baechle | 2013-10-08 | 4 | -8/+42 |
| | | | | | | | | - updated documentation accordingly and added a (very) simple test | ||||
| * | - minor change to the SCons Docbook XSD: stricter handling of para within ↵ | Dirk Baechle | 2013-10-08 | 3 | -9/+0 |
| | | | | | | | | | | | | the special tags "tool", "builder" and "cvar" - fixed current docs accordingly | ||||
* | | Another problem with <para> tags. | Tom Tanner | 2013-11-04 | 1 | -3/+0 |
| | | |||||
* | | Fix a missing </para> which became didn't become apparent till I created the | Tom Tanner | 2013-11-04 | 1 | -0/+2 |
| | | | | | | | | pull request. | ||||
* | | Add some information about --warn=target-not-built to the troubleshooting | Tom Tanner | 2013-11-04 | 2 | -1/+19 |
| | | | | | | | | page. | ||||
* | | Merge pull request #88 (for real this time). Prev commit was actually #87. | Gary Oberbrunner | 2013-11-02 | 1 | -8/+20 |
|\ \ | | | | | | | | | | | | | | | | | | | * Allow multiple options to be specified with --debug=a,b,c * Add support for a readonly cache (--cache-readonly) * Always print stats if requested * Generally try harder to print out a message on build errors | ||||
| * \ | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 48 | -2316/+2343 |
| |\ \ | | |/ | |||||
| * | | Adding documentation and a couple of tests | Tom Tanner | 2013-10-08 | 1 | -2/+3 |
| | | | |||||
| * | | support for --cache-readonly | Tom Tanner | 2013-10-01 | 1 | -6/+17 |
| | | | | | | | | | | | | Setting this will fetch data from the cache but won't update it. | ||||
* | | | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 48 | -2316/+2343 |
|\ \ \ | | |/ | |/| | |||||
| * | | - corrected dependency example | Dirk Baechle | 2013-10-06 | 2 | -2/+2 |
| | | | |||||
| * | | - additional corrections for left alignment | Dirk Baechle | 2013-10-06 | 14 | -343/+337 |
| | | | |||||
| * | | - left-aligned all code examples in documentation | Dirk Baechle | 2013-10-06 | 49 | -1973/+2006 |
| |/ | | | | | | | - accordingly updated the generated files, containing example output | ||||
* | | Addition of warning if build doesn't build expected targets. | Tom Tanner | 2013-09-26 | 1 | -0/+8 |
|/ | | | | Added option to runtest.py to stop on first error | ||||
* | - added a fix for bug #2774 (typo in MAN page for EnumVariable, reported by ↵ | Dirk Baechle | 2013-05-07 | 1 | -1/+1 |
| | | | | Michael McDougall) | ||||
* | - fixed spelling errors in MAN pages (#2897) | Dirk Baechle | 2013-05-05 | 2 | -4/+4 |
| | |||||
* | - patched setup.py and several MANIFEST files, such that the docbook-xsl | Dirk Baechle | 2013-05-04 | 11 | -30/+358 |
| | | | | | | folder and all additional documentation sources get packaged properly - added basic support for wildcards and recursive globbing in MANIFEST files - added missing JPG/SVG files | ||||
* | - added documentation and tests for the new Docbook tool | Dirk Baechle | 2013-05-03 | 7 | -2/+652 |
| | |||||
* | - relinked the build of all documentation outputs to the bootstrap process | Dirk Baechle | 2013-05-03 | 46 | -1790/+48638 |
| | | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required | ||||
* | - cleaned up 'bin' directory | Dirk Baechle | 2013-05-03 | 5 | -261/+778 |
| | | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain | ||||
* | - added default files in doc/generated/ | Dirk Baechle | 2013-05-03 | 247 | -0/+19482 |
| | |||||
* | - switched to different schemaLocation URI | Dirk Baechle | 2013-05-03 | 114 | -114/+114 |
| | |||||
* | - added basic configuration for the Serna XML editor | Dirk Baechle | 2013-05-03 | 114 | -1/+62161 |
| | |||||
* | - removed suffix= from 'scons_output_command ' and moved it | Dirk Baechle | 2013-05-03 | 37 | -668/+702 |
| | | | | one up in the hierarchy to the 'scons_output' tag | ||||
* | - corrected xincludes for MAN pages | Dirk Baechle | 2013-05-03 | 17 | -10/+8711 |
| | | | | | | - 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 | ||||
* | - added filename prefix to all scons_example names | Dirk Baechle | 2013-05-03 | 34 | -862/+864 |
| | | | | | - added unique suffixes to each scons_output_command - extended SCons Docbook XSD by the new suffix attribute | ||||
* | - switched all docs to SCons XSD | Dirk Baechle | 2013-05-03 | 70 | -2809/+2299 |
| | |||||
* | - added Docbook Tool to the sources | Dirk Baechle | 2013-05-03 | 6 | -1190/+1502 |
| | | | | - added SConstruct for the MAN pages | ||||
* | - switching MAN pages from troff format to Docbook/refentry | Dirk Baechle | 2013-05-03 | 7 | -7471/+8652 |
| | |||||
* | - added first version of the SCons XSD | Dirk Baechle | 2013-05-03 | 57 | -334/+13065 |
| | | | | - rewrote User Guide XML files, such that they are valid against it | ||||
* | - removed *.in files from the user guide | Dirk Baechle | 2013-05-03 | 82 | -24918/+3241 |
| | |||||
* | - added configuration for Xmlmind's XML editor | Dirk Baechle | 2013-05-03 | 41 | -0/+17487 |
| | |||||
* | - started to implement new XML tools | Dirk Baechle | 2013-05-03 | 2 | -362/+361 |
| | | | | - prepared introduction of SCons XSD namespace | ||||
* | Clean up remnants of Optik module which was removed in | anatoly techtonik | 2012-11-22 | 1 | -1/+0 |
| | | | | SCons 0.98 (revision 6661c9ea429f by Steven Knight) | ||||
* | Warn during doc build if missing tools | Gary Oberbrunner | 2012-08-12 | 1 | -0/+4 |
| | |||||
* | Merged in ptomulik/scons, pull request #25: gettext toolset | Gary Oberbrunner | 2012-08-01 | 6 | -2/+700 |
|\ | |||||
| * | Fixed FindSourceFiles to find leaf nodes. | ptomulik | 2012-06-06 | 5 | -53/+60 |
| | | |||||
| * | Corrected COPYRIGH placeholders | ptomulik | 2012-06-06 | 2 | -2/+2 |
| | | |||||
| * | Added gettext tools | ptomulik | 2012-06-06 | 4 | -0/+693 |
|/ | |||||
* | Fix several typos and grammatical errors in the user guide. | Greg Ward | 2012-03-28 | 10 | -21/+21 |
| | |||||
* | - fix for issue #2809, corrected documentation for command-line variables | Dirk Baechle | 2012-01-10 | 2 | -10/+46 |
| | |||||
* | - Rollback of changes for revision 5355 (Additional chapter for User Guide, ↵ | Dirk Baechle | 2011-09-12 | 13 | -414/+10 |
| | | | | Basic steps) | ||||
* | - Additional chapter for User Guide (Basic Steps) | Dirk Baechle | 2011-09-09 | 13 | -10/+414 |
| | |||||
* | - improved docs for return value of custom Scanners (#2713) | Dirk Baechle | 2011-09-01 | 3 | -23/+64 |
| | |||||
* | - improved documentation for custom Decider functions (fix for #2711) | Dirk Baechle | 2011-07-19 | 2 | -2/+108 |
| | |||||
* | API Docs Build: Use epydocs module if command line utility is | Anatoly Techtonik | 2011-06-21 | 1 | -33/+101 |
| | | | | | | | not found in PATH. Actual for Windows, can be refactored later into epydocs builder. HTML only for now. Review: http://codereview.appspot.com/4639061/ |