[yocto] [RFC 0/6][yocto-docs] Add eclipse help generation to build system.

mail at timomueller.eu mail at timomueller.eu
Thu Sep 6 02:04:33 PDT 2012


From: Timo Mueller <timo.mueller at bmw-carit.de>

Hi,

before my vacation I've submitted a patch to the eclipse-poky project
integrating the documentation into the eclipse IDE. To enable the integration
into eclipse I've manually generated eclipse help from the documentation
using the eclipse stylesheet provided by docbook.

I've added the target 'eclipse' to the documentation's build system to
automate the process of eclipse help generation. This can help to
facilitate the process of keeping the integrated documentation in sync
with the yocto documentation.

In this first RFC I've only integrated the adt-manual as a PoC,
because I'm also proposing some changes to the existing html
generation. These changes add a separation of the options used for the
different output formats. They also help to keep the Makefile clean and
concise.

Cheers,
	Timo

Timo Mueller (6):
  documentation/adt-manual: Moved stylesheet parameters to
    customization file
  documentation/adt-manual/adt-manual-eclipse-customization.xsl: Added
    stylesheet for eclipse help
  documentation/Makefile: Added eclipse target for generating eclipse
    help
  documentation/template/titlepage.templates.xml: Remove title from pdf
    template
  documentation/adt-manual/adt-manual.xml: Added title to bookinfo
  documentation/Makefile: Added eclipse target to adt-manual
    documentation

 documentation/Makefile                             |   36 ++++++++++++++-----
 .../adt-manual/adt-manual-customization.xsl        |    7 +++-
 .../adt-manual-eclipse-customization.xsl           |   22 ++++++++++++
 documentation/adt-manual/adt-manual.xml            |    5 ++-
 documentation/template/titlepage.templates.xml     |   13 -------
 5 files changed, 57 insertions(+), 26 deletions(-)
 create mode 100644 documentation/adt-manual/adt-manual-eclipse-customization.xsl

-- 
1.7.7.6




More information about the yocto mailing list