summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl
Commit message (Collapse)AuthorAgeFilesLines
* bitbake: bitbake-user-manual-customization.xsl: Added support for variable ↵Scott Rifenbark2014-07-031-0/+1
| | | | | | | | | | | | | | | permalinks. Fixes [YOCTO #5772] Including the gloss-permalink.xsl file in the customization layer so that making the manual now generates permalinks for each variable definition in the glossary. (Bitbake rev: 04467594a599472c367365dffe205bf727c4d592) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake-user-manual: Added permalink support.Scott Rifenbark2014-06-181-0/+6
| | | | | | | | | | | | | Fixes [YOCTO #5772] I added the five XSL templates to the template folder. I updated the bitbake-user-manual-customization.xsl layer file to include the new templates. (Bitbake rev: e1c24a79ededb2dd4ac5ce09fcfdf93218261907) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake-user-manual-customization.xsl: Removed stale TOC variable.Scott Rifenbark2014-06-181-1/+0
| | | | | | | | | | | I deleted the commented out xsl:param line that attempts to set labeling for Appendices. It had been replaced by a working line. (Bitbake rev: bf79174e02cc113e0512bcadc3ab0fdffd138215) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: doc: Rename user-manual -> bitbake-user-manualRichard Purdie2014-04-211-0/+15
This manual gets combined with other manuals and in that context, it helps a lot if its seen as the Bitbake User Manual. Renames are a pain but this is worthwhile so that other docs can correctly be combined with this one. This also clarifies things like google search results which is helpful. (Bitbake rev: 452a62ae0c2793e281d6769fd3e45500a74898d6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>