summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merged in williamblevins/scons (pull request #164), update of documentation ↵Dirk Baechle2014-08-202-16/+13
|\ | | | | | | for issue #2395
| * Updated Issue 2395 documentation per request.William Blevins2014-08-091-13/+10
|/
* - updated CHANGES.txtDirk Baechle2014-07-284-36/+36
| | | | - updated generated doc files
* Adds basic documentation of the CheckTypeSize method.Andrew Featherstone2014-07-212-0/+21
|
* Issue 2395: Added user guide details for Copy symbolic link support.William Blevins2014-07-201-0/+21
|
* Regenerated docs for 2.3.2 release.Gary Oberbrunner2014-07-0511-56/+493
|
* Doc fixes: Dirk added cvar defs for new D variables.Gary Oberbrunner2014-07-051-1/+1
| | | | | | Also added cvar def for STATIC_AND_SHARED_LIBS_ARE_THE_SAME and removed an errant line break that prevented the doc from validating.
* Merged in techtonik/scons (pull request #147).Gary Oberbrunner2014-07-041-2/+2
|\ | | | | | | | | Fix mailing list addrs and bug tracker references, and a few other doc fixes.
| * Fix development mailing list with a new address @scons.organatoly techtonik2014-05-281-2/+2
| |
* | - improved dependency handling for bootstrap process: the "doc" folder is ↵Dirk Baechle2014-05-271-33/+47
|/ | | | now correctly linked to its counterpart in "build/doc"
* Updated author and copyright info.Gary Oberbrunner2014-04-263-17/+17
| | | | Also cleaned up a couple of doc typos.
* - re-added TEXT as output format (using lynx, if present)Dirk Baechle2014-03-121-3/+38
| | | | - now copying the scons.css to the final doc archive, too
* - improved dependency handling for doc toolchain (no false rebuilds anymore)Dirk Baechle2014-03-1119-174/+270
| | | | | | - fixed EPUB builder - corrected anchor style for links in CSS - documents now include chapter in section numbering
* Merged in dirkbaechle/scons (pull request #103)Gary Oberbrunner2014-03-08440-466/+17712
|\ | | | | | | Documentation editor configuration for XXE5
| * - added doc editor configuration for XXE5Dirk Baechle2014-01-19440-466/+17712
| | | | | | | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE
* | Put back into develop mode post-2.3.1 release;Gary Oberbrunner2014-03-041-5/+5
|/ | | | also improve update-release-info.py to use shorter copyright year strings.
* - added EPUB Builder to the DocBook Tool, based on the work of Andrew ↵Dirk Baechle2013-12-219-20/+74
| | | | Featherstone
* Merged in dirkbaechle/scons (pull request #91)Gary Oberbrunner2013-11-1025-24/+276
|\ | | | | | | Adding EPUB as output format for documentation
| * - added EPUB as output format for documentation ("user" and "man" targets)Dirk Baechle2013-10-0818-7/+234
| |
| * - added an explicit Gs() Builder to the gs.py ToolDirk Baechle2013-10-084-8/+42
| | | | | | | | - updated documentation accordingly and added a (very) simple test
| * - minor change to the SCons Docbook XSD: stricter handling of para within ↵Dirk Baechle2013-10-083-9/+0
| | | | | | | | | | | | the special tags "tool", "builder" and "cvar" - fixed current docs accordingly
* | Another problem with <para> tags.Tom Tanner2013-11-041-3/+0
| |
* | Fix a missing </para> which became didn't become apparent till I created theTom Tanner2013-11-041-0/+2
| | | | | | | | pull request.
* | Add some information about --warn=target-not-built to the troubleshootingTom Tanner2013-11-042-1/+19
| | | | | | | | page.
* | Merge pull request #88 (for real this time). Prev commit was actually #87.Gary Oberbrunner2013-11-021-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 defaultTom Tanner2013-10-3048-2316/+2343
| |\ \ | | |/
| * | Adding documentation and a couple of testsTom Tanner2013-10-081-2/+3
| | |
| * | support for --cache-readonlyTom Tanner2013-10-011-6/+17
| | | | | | | | | | | | Setting this will fetch data from the cache but won't update it.
* | | Merged scons/scons into defaultTom Tanner2013-10-3048-2316/+2343
|\ \ \ | | |/ | |/|
| * | - corrected dependency exampleDirk Baechle2013-10-062-2/+2
| | |
| * | - additional corrections for left alignmentDirk Baechle2013-10-0614-343/+337
| | |
| * | - left-aligned all code examples in documentationDirk Baechle2013-10-0649-1973/+2006
| |/ | | | | | | - accordingly updated the generated files, containing example output
* | Addition of warning if build doesn't build expected targets.Tom Tanner2013-09-261-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 Baechle2013-05-071-1/+1
| | | | Michael McDougall)
* - fixed spelling errors in MAN pages (#2897)Dirk Baechle2013-05-052-4/+4
|
* - patched setup.py and several MANIFEST files, such that the docbook-xslDirk Baechle2013-05-0411-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 toolDirk Baechle2013-05-037-2/+652
|
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-0346-1790/+48638
| | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required
* - cleaned up 'bin' directoryDirk Baechle2013-05-035-261/+778
| | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain
* - added default files in doc/generated/Dirk Baechle2013-05-03247-0/+19482
|
* - switched to different schemaLocation URIDirk Baechle2013-05-03114-114/+114
|
* - added basic configuration for the Serna XML editorDirk Baechle2013-05-03114-1/+62161
|
* - removed suffix= from 'scons_output_command ' and moved itDirk Baechle2013-05-0337-668/+702
| | | | one up in the hierarchy to the 'scons_output' tag
* - corrected xincludes for MAN pagesDirk Baechle2013-05-0317-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 namesDirk Baechle2013-05-0334-862/+864
| | | | | - added unique suffixes to each scons_output_command - extended SCons Docbook XSD by the new suffix attribute
* - switched all docs to SCons XSDDirk Baechle2013-05-0370-2809/+2299
|
* - added Docbook Tool to the sourcesDirk Baechle2013-05-036-1190/+1502
| | | | - added SConstruct for the MAN pages
* - switching MAN pages from troff format to Docbook/refentryDirk Baechle2013-05-037-7471/+8652
|
* - added first version of the SCons XSDDirk Baechle2013-05-0357-334/+13065
| | | | - rewrote User Guide XML files, such that they are valid against it
* - removed *.in files from the user guideDirk Baechle2013-05-0382-24918/+3241
|