summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/docbook/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* docbook force order used to search for fop tool to fop, xep, jw. It looks ↵William Deegan2017-06-141-1/+7
| | | | like jw command line may be incorrect as it doesn't work on ubuntu 14.04 16.06 or macports installs of docbook-utils
* 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-231-2/+2
|\ \ | |/ | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts.
| * - 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
|/
* - 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
* - 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-211-9/+126
| | | | Featherstone
* - added xsltproc tests and improved handling of the base_dir parameterDirk Baechle2013-12-201-11/+43
|
* - 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-031-0/+715
- added SConstruct for the MAN pages