summaryrefslogtreecommitdiffstats
path: root/doc/man/html.xsl
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-101-1/+1
| | | | | | | src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
* Update generation of scons-xml entities [ci skip]Mats Wichmann2020-04-161-1/+7
| | | | | | | | | | | | | | | | | | | | | | PR #3602 introduced a new problem - the documents that include the generated functions and builders files now don't validate. The global function/environment method name was bolded by using <emphasis>, but Docbook doesn't allow that inside a <literal> element (it actually works fine with the processing tools we use, but does fail validation). Rework the idea: use <function> and <methodname> for the markup, and change the way those are rendered in html (man/html.xsl and user/html.xsl) - the PDF already rendered these in bold so no change needed there. Also don't wrap the whole contents of the <term> element in <literal>, which would have left the argument list in regular font which the function name and instance name in monospace - an odd look. So the argument list was wrapped in <parameter>, since that's what they are. Don't bother to try to parse it down into individual args, just do the whole chunk, less the parentheses. Signed-off-by: Mats Wichmann <mats@linux.com>
* Improve manpage treatment of Variables and ConfigureMats Wichmann2020-03-261-60/+62
| | | | | | | | | | | | | | | | | | Various cleansup to sections Configure Contexts, Command-Line Construction Variables and SConscript Variables. Stylesheet-level changes place multiple function signature entries each on their own line (affects primarily Configure Contexts). A couple of stylesheet files were checked in in DOS format, changed them to the same as the rest of the codebase (this shows lots of spurious diff). Discovered a few minor tweaks to make to code implementing the above, so this is not completely doc-only. Signed-off-by: Mats Wichmann <mats@linux.com>
* - improved dependency handling for doc toolchain (no false rebuilds anymore)Dirk Baechle2014-03-111-0/+1
| | | | | | - fixed EPUB builder - corrected anchor style for links in CSS - documents now include chapter in section numbering
* - added EPUB as output format for documentation ("user" and "man" targets)Dirk Baechle2013-10-081-0/+4
|
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-031-1/+1
| | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required
* - added Docbook Tool to the sourcesDirk Baechle2013-05-031-0/+55
- added SConstruct for the MAN pages