summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* - added configuration for Xmlmind's XML editorDirk Baechle2013-05-0341-0/+17487
|
* - started to implement new XML toolsDirk Baechle2013-05-032-362/+361
| | | | - prepared introduction of SCons XSD namespace
* Clean up remnants of Optik module which was removed inanatoly techtonik2012-11-221-1/+0
| | | | SCons 0.98 (revision 6661c9ea429f by Steven Knight)
* Warn during doc build if missing toolsGary Oberbrunner2012-08-121-0/+4
|
* Merged in ptomulik/scons, pull request #25: gettext toolsetGary Oberbrunner2012-08-016-2/+700
|\
| * Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-065-53/+60
| |
| * Corrected COPYRIGH placeholdersptomulik2012-06-062-2/+2
| |
| * Added gettext toolsptomulik2012-06-064-0/+693
|/
* Fix several typos and grammatical errors in the user guide.Greg Ward2012-03-2810-21/+21
|
* - fix for issue #2809, corrected documentation for command-line variablesDirk Baechle2012-01-102-10/+46
|
* - Rollback of changes for revision 5355 (Additional chapter for User Guide, ↵Dirk Baechle2011-09-1213-414/+10
| | | | Basic steps)
* - Additional chapter for User Guide (Basic Steps)Dirk Baechle2011-09-0913-10/+414
|
* - improved docs for return value of custom Scanners (#2713)Dirk Baechle2011-09-013-23/+64
|
* - improved documentation for custom Decider functions (fix for #2711)Dirk Baechle2011-07-192-2/+108
|
* API Docs Build: Use epydocs module if command line utility isAnatoly Techtonik2011-06-211-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/
* - fixed the HTML doc build (added the missing XML declaration to ↵Dirk Baechle2011-03-251-0/+1
| | | | doc/user/main.xml)
* updated docs via bin/scons-doc.py -uWilliam Deegan2011-03-2413-26/+43
|
* missing saving one file from garyo's patchWilliam Deegan2011-03-241-0/+1
|
* Fix broken docs build. Fix from Gary OberbrunnerWilliam Deegan2011-03-242-0/+4
|
* New debug option --debug=duplicate to debug Variant-dir duplicationGary Oberbrunner2011-03-013-0/+51
|
* New debug option --debug=prepare to watch targets being preparedGary Oberbrunner2011-03-013-0/+42
|
* Fix user guide typo in prev commit; thanks anatoly!Gary Oberbrunner2011-01-122-2/+2
|
* Note in Users Guide: no support for python 3.x yet.Gary Oberbrunner2011-01-124-6/+8
|
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-226-1/+101
| | | | | Fixes and refactoring in the bin/scons-proc.py script to support this. Fixes to various parts of the XML input.
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-212-4044/+23
| | | | | | .xml files (some new, some updated) next to the modules that implement them. Generate the man page using the output generated from the .xml file by bin/scons-proc.py.
* Fix formatting errors: really ignore comment lines,Steven Knight2010-07-201-50/+56
| | | | indent some after-example paragraphs correctly.
* Issue 2654: Consolidate three chapters into one. (Greg Noel)Steven Knight2010-07-052-24/+58
|
* Users Guide updates re: Tools as packages. Also updates UG xml files for my ↵Gary Oberbrunner2010-07-042-30/+56
| | | | previous patch. Closes issue 2642.
* Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.Gary Oberbrunner2010-07-042-15/+69
|
* Issue 5062: XML fixes in the User's Guide. (Dirk Baechle)Steven Knight2010-06-2723-51/+54
|
* Fix misspelled entity (&Scons; => &SCons;).Steven Knight2010-06-172-2/+2
|
* Add Users Guide example of generating source code.Gary Oberbrunner2010-06-172-2/+123
|
* Minor User's Guide updates: copyright years, deprecated features, TODOs ↵Steven Knight2010-06-086-26/+14
| | | | that have been documented.