summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/docbook
Commit message (Collapse)AuthorAgeFilesLines
* add notes to xsltproc logic with future TODO's for future improvementsWilliam Deegan2017-04-181-0/+4
|
* set priority for finding xsltproc toolsWilliam Deegan2017-04-171-3/+7
|
* For docbook, stop looking after you find the first tool. It looks like ↵William Deegan2017-04-091-0/+1
| | | | saxon-xslt causes the tests to fail. Dirk?
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
|
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-28/+14
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-25/+11
| |
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-3/+3
| | | | | | | | - memoizer subsystem now uses decorators instead of the metaclass approach
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-232-3/+3
|\ \ | |/ | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts.
| * - several smaller fixes to get the Linux buildslaves green againDirk Baechle2014-08-071-1/+1
| |
| * Merged in techtonik/scons (pull request #147).Gary Oberbrunner2014-07-041-1/+1
| |\ | | | | | | | | | | | | 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-1/+1
| | |
| * | - Fix for docbook Tool: we now have to explicitly request the resolving ofDirk Baechle2014-05-271-2/+2
| |/ | | | | | | | | | | external entities when using the libxml2 binding. This is required after the security issue fix described in http://www.ubuntu.com/usn/usn-2214-1/ and people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-0191.html .
* | engine.SCons: More bytes/str fixes.Stefan Zimmermann2014-03-311-1/+1
| |
* | Merged with [default]Stefan Zimmermann2014-03-312-1/+6
|\ \ | |/
| * - improved dependency handling for doc toolchain (no false rebuilds anymore)Dirk Baechle2014-03-111-0/+5
| | | | | | | | | | | | - fixed EPUB builder - corrected anchor style for links in CSS - documents now include chapter in section numbering
| * - added doc editor configuration for XXE5Dirk Baechle2014-01-191-1/+1
| | | | | | | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE
* | Merged with [default]Stefan Zimmermann2014-03-312-21/+210
|\ \ | |/
| * - corrected dependencies for EPUB builder (docbook)Dirk Baechle2014-01-051-9/+18
| | | | | | | | - added a proper test for EPUB with xsltproc
| * - removed superfluous import and corrected basic testDirk Baechle2013-12-211-1/+0
| |
| * - added EPUB Builder to the DocBook Tool, based on the work of Andrew ↵Dirk Baechle2013-12-212-10/+159
| | | | | | | | Featherstone
| * - added xsltproc tests and improved handling of the base_dir parameterDirk Baechle2013-12-201-11/+43
| |
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-312-0/+2
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-222-11/+11
|/
* - added documentation and tests for the new Docbook toolDirk Baechle2013-05-0354-4587/+576
|
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-031-7/+12
| | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required
* - corrected xincludes for MAN pagesDirk Baechle2013-05-031-2/+2
| | | | | | - 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 Docbook Tool to the sourcesDirk Baechle2013-05-031349-0/+410152
- added SConstruct for the MAN pages