summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/docbook
Commit message (Collapse)AuthorAgeFilesLines
* - 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 .
* - 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
* - 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
|
* - 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