Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sdk-manual: Added a red-text "role" to the style sheet. | Scott Rifenbark | 2016-03-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | This allows you to use the following to make a paragraph display using red-colored text: <para role='writernotes'>Here is the sentence.</para> What this allows is to create areas in the manual that are easily identified as questions to the reviewers. (From yocto-docs rev: 007ea508a36f453c66970666490a82885a8749e1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | sdk-manual: Initial Manual framework | Scott Rifenbark | 2016-01-07 | 1 | -0/+984 |
Makefile - Added support for new sdk-manual. mega-manual - Added the sdk-title.png file to the list of figures. Modified to support inclusion of the new sdk-manual into the mega-manual. poky.ent - Added a new string to support the new sdk-manual. sdk-manual - Created new sdk-title.png image. Created new sdk-manual.xml file. Created sdk-manual customization layers for both standard build and Eclipse build. Note that we are pointing to local XSL templates for and these will change going forward. Created new sdk-style.css file. Created three chapter files that are placeholders at this point. (From yocto-docs rev: ab591831a97a97d405d13ed75e9fb01e0452c292) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |