aboutsummaryrefslogtreecommitdiffstats
path: root/doc/template/titlepage.templates.xml
AgeCommit message (Collapse)Author
2014-04-11doc: Rename user-manual -> bitbake-user-manualRichard Purdie
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-27template/titlepage.templates.xml: Suppress Title Text.Scott Rifenbark
I commented out two blocks of code that are responsible for getting the book's title to format onto the title page. Commenting the code out suppresses the title from the PDF version's title page yet retains the title text for the HTML tab space of the browser. The reason this is necessary is because the BitBake User Manual uses an image file for the title. Thus, it is not necessary to print the title again. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-01-27user-manual: Import YP Docs templates for usermanual improvementsBill Traynor
Import the necessary pieces to be able to build the BitBake User Manual using make in a similar way that the Yocto Documentation is built. The Makefile has been edited to remove Yocto Project specific content and adapt for bitbake's needs. Signed-off-by: Bill Traynor <wmat@alphatroop.com>