[yocto] [PATCH 18/25] documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl: new file

2012-09-20 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../poky-ref-m

[yocto] [PATCH 17/25] documentation: Move poky-ref-manual global parameters to customization file

2012-09-20 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../poky-ref-manual-customization.xs

[yocto] [PATCH 25/25] documentation/Makefile: logic to make all for yocto-project-qs and cleanup

2012-09-20 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the yocto-project-qs. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [PATCH 20/25] documentation/poky-ref-manual/poky-ref-manual.xml: Added Title tag

2012-09-20 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/poky-ref-manual/poky-ref-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/doc

[yocto] [PATCH 19/25] documentation/Makefile: Support for making Eclipse HTML poky ref manual

2012-09-20 Thread mail
From: Timo Mueller This target will generate eclipse help for the poky-ref-manual using the poky-ref-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCH 22/25] documentation: Move yocto-project-qs global parameters to customization file

2012-09-20 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |3 +-- .../yocto-project-qs-customization.xsl

[yocto] [PATCH 23/25] documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl: new file

2012-09-20 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../yocto-proj

[yocto] [PATCH 24/25] documentation/Makefile: Support for making Eclipse HTML yocto project qs manual

2012-09-20 Thread mail
From: Timo Mueller This target will generate eclipse help for the yocto-project-qs using the yocto-project-qs-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCHv2 01/28] documentation/Makefile: Stop eclipse target workflow if generation fails.

2012-09-21 Thread mail
From: Timo Mueller --- documentation/Makefile |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index 0537c22..005d670 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -295,13 +295,13 @@ ifneq ($(DOC

[yocto] [PATCHv2 02/28] documentation/adt-manual/adt-manual-eclipse-customization.xsl: Added chunking and link parameters.

2012-09-21 Thread mail
From: Timo Mueller These parameters are required so resolve links between different documentation parts inside eclipse. --- .../adt-manual-eclipse-customization.xsl |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/documentation/adt-manual/adt-manual-eclipse

[yocto] [PATCHv2 03/28] documentation: Move dev-manual global parameters to customization file

2012-09-21 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../dev-manual/dev-manual-customizati

[yocto] [PATCHv2 04/28] documentation/dev-manual/dev-manual-eclipse-customization.xsl: new file

2012-09-21 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../dev-manual

[yocto] [PATCHv2 00/28][yocto-docs] Add eclipse help generation for remaining documents

2012-09-21 Thread mail
From: Timo Mueller Hi, this version adds two changes to the existing patch set: 1. Additional xslt parameters for indenting the html properly. 2. Fixing links between different documentation documents. This is similar to the link resolving found in the mega-manual and also requires the docbook

[yocto] [PATCHv2 06/28] documentation/dev-manual/dev-manual.xml: Added Title tag

2012-09-21 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/dev-manual/dev-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manua

[yocto] [PATCHv2 05/28] documentation/Makefile: Support for making Eclipse HTML dev manual

2012-09-21 Thread mail
From: Timo Mueller This target will generate eclipse help for the dev-manual using the dev-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 10 ++

[yocto] [PATCHv2 08/28] documentation: Move bsp-guide global parameters to customization file

2012-09-21 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../bsp-guide/bsp-guide-customization

[yocto] [PATCHv2 10/28] documentation/Makefile: Support for making Eclipse HTML bsp guide

2012-09-21 Thread mail
From: Timo Mueller This target will generate eclipse help for the bsp-guide using the bsp-guide-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4 +++- 1

[yocto] [PATCHv2 07/28] documentation/Makefile: logic to make all for adt manual and cleanup

2012-09-21 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the dev-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile | 13 ---

[yocto] [PATCHv2 09/28] documentation/bsp-guide/bsp-guide-eclipse-customization.xsl: new file

2012-09-21 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../bsp-guide/

[yocto] [PATCHv2 12/28] documentation/Makefile: logic to make all for bsp guide and cleanup

2012-09-21 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the bsp-guide. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |7 --- 1 f

[yocto] [PATCHv2 11/28] documentation/bsp-guide/bsp-guide.xml: Added Title tag

2012-09-21 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/bsp-guide/bsp-guide.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp

[yocto] [PATCHv2 13/28] documentation: Move kernel-manual global parameters to customization file

2012-09-21 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../kernel-manual/kernel-manual-cust

[yocto] [PATCHv2 15/28] documentation/Makefile: Support for making Eclipse HTML kernel manual

2012-09-21 Thread mail
From: Timo Mueller This target will generate eclipse help for the kernel-manual using the kernel-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4

[yocto] [PATCHv2 14/28] documentation/kernel-manual/kernel-manual-eclipse-customization.xsl: new file

2012-09-21 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../kernel-man

[yocto] [PATCHv2 16/28] documentation/kernel-manual/kernel-manual.xml: Added Title tag

2012-09-21 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/kernel-manual/kernel-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentati

[yocto] [PATCHv2 20/28] documentation/Makefile: Support for making Eclipse HTML poky ref manual

2012-09-21 Thread mail
From: Timo Mueller This target will generate eclipse help for the poky-ref-manual using the poky-ref-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCHv2 18/28] documentation: Move poky-ref-manual global parameters to customization file

2012-09-21 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../poky-ref-manual-customization.xs

[yocto] [PATCHv2 19/28] documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl: new file

2012-09-21 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../poky-ref-m

[yocto] [PATCHv2 25/28] documentation/Makefile: Support for making Eclipse HTML yocto project qs manual

2012-09-21 Thread mail
From: Timo Mueller This target will generate eclipse help for the yocto-project-qs using the yocto-project-qs-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCHv2 26/28] documentation/Makefile: logic to make all for yocto-project-qs and cleanup

2012-09-21 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the yocto-project-qs. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [PATCHv2 22/28] documentation/Makefile: logic to make all for poky-ref-manual and cleanup

2012-09-21 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the poky-ref-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |6 +++---

[yocto] [PATCHv2 17/28] documentation/Makefile: logic to make all for kernel-manual and cleanup

2012-09-21 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the kernel-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |8 +---

[yocto] [PATCHv2 21/28] documentation/poky-ref-manual/poky-ref-manual.xml: Added Title tag

2012-09-21 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/poky-ref-manual/poky-ref-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/doc

[yocto] [PATCHv2 23/28] documentation: Move yocto-project-qs global parameters to customization file

2012-09-21 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |3 +-- .../yocto-project-qs-customization.xsl

[yocto] [PATCHv2 28/28] documentation/Makefile: Added conversion of links to other documentation parts.

2012-09-21 Thread mail
From: Timo Mueller The script tools/eclipse-help.sed is used to convert links that point to other documentation parts. This avoids having to leave the eclipse help center when clicking these links. --- documentation/Makefile | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(

[yocto] [PATCHv2 24/28] documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl: new file

2012-09-21 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../yocto-proj

[yocto] [PATCHv2 27/28] documentation/tools/eclipse-help.sed: Processes external links for eclipse html files

2012-09-21 Thread mail
From: Timo Mueller The file is used when creating eclipse help html files. It processes all html files and converts links so that the user can navigate between different docuementation parts without leaving the eclipse help center. --- documentation/tools/eclipse-help.sed | 18

[yocto] [RFCv2 02/12] plugins/sdk.doc.user: Added empty table of contents

2012-09-21 Thread mail
From: Timo Mueller This is the preparation needed for adding documentation from the yocto project later on. --- .../org.yocto.sdk.doc.user/META-INF/MANIFEST.MF|1 + plugins/org.yocto.sdk.doc.user/build.properties|2 ++ plugins/org.yocto.sdk.doc.user/plugin.xml |7 +++

[yocto] [RFCv2 01/12] plugins/sdk.doc.user: Added plugin for the yocto project documentation

2012-09-21 Thread mail
From: Timo Mueller This currently empty plugin will in the future contain the documentation of the yocto project converted to the eclipse help format. --- plugins/org.yocto.sdk.doc.user/.classpath |6 plugins/org.yocto.sdk.doc.user/.project| 28 +++

[yocto] [RFCv2 04/12] feature/sdk.doc: Added org.yocto.sdk.doc.user plugin

2012-09-21 Thread mail
From: Timo Mueller The added plugin will contain the official documentation of the yocto project. --- features/org.yocto.sdk.doc/feature.xml |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/features/org.yocto.sdk.doc/feature.xml b/features/org.yocto.sdk.doc/featur

[yocto] [RFCv2 03/12] feature/sdk.doc: Added feature containing yocto documentation plugins

2012-09-21 Thread mail
From: Timo Mueller The project documentation of yocto is licensed under the Create Commons Attribution Share Alike 2.0 (CCA-SA). Because the plugins containing this documentation cannot be licensed under the Eclipse Public License 1.0, as it is not compatible to the CCA-SA, this feature will cont

[yocto] [RFCv2 05/12] feature/sdk: Added org.yocto.sdk.doc feature.

2012-09-21 Thread mail
From: Timo Mueller The feature is added to the yocto main feature so it will be part of the build. Also when installing the documentation feature will also be installed. To be able to install the documentation feature is has to be available via an eclipse update site. It is currently not part of

[yocto] [RFCv2 06/12] features/sdk.site: Added eclipse help feature to update site

2012-09-21 Thread mail
From: Timo Mueller Using the update site the user is able to install the documentation feature. As it is required by yocto's main feature it will be automatically installed during the main features installation. --- features/org.yocto.sdk.site/category.xml |6 ++ features/org.yocto.sdk.s

[yocto] [PATCH 01/35] documentation/template/titlepage.templates.xml: Remove title info

2012-10-10 Thread mail
From: Timo Mueller The title of a pdf document is part of the image used on the title page. Thus the title defined (e.g. bookinfo.title) in a document should never be used when creating title pages for pdf documents. As other output formats may use the title information to create metadata the tit

[yocto] [PATCH 04/35] documentation/Makefile: Support for making Eclipse HTML adt manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the adt-manual using the adt-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 23 ++

[yocto] [PATCH 02/35] documentation: Move adt-manual global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. Furthermore supporting new output formats can now be achieved by creating a new customization file containi

[yocto] [PATCH 03/35] documentation/adt-manual/adt-manual-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). Additional paramet

[yocto] [PATCH 00/35][yocto-docs] Add eclipse help generation to build system

2012-10-10 Thread mail
From: Timo Mueller Hi, this is a rework of the patches I've been submitting to include the generation of eclipse help files into the documentation build system. >From original rfc ([yocto-docs] Add eclipse help generation to build system): I've added the target 'eclipse' to the documentation's

[yocto] [PATCH 05/35] documentation/adt-manual/adt-manual.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/adt-manual/adt-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manua

[yocto] [PATCH 06/35] documentation/Makefile: logic to make all for adt manual and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the adt-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [PATCH 08/35] documentation/dev-manual/dev-manual-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../dev-manual

[yocto] [PATCH 09/35] documentation/Makefile: Support for making Eclipse HTML dev manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the dev-manual using the dev-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 10 ++

[yocto] [PATCH 07/35] documentation: Move dev-manual global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../dev-manual/dev-manual-customizati

[yocto] [PATCH 10/35] documentation/dev-manual/dev-manual.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/dev-manual/dev-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manua

[yocto] [PATCH 11/35] documentation/Makefile: logic to make all for dev manual and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the dev-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |7 --- 1

[yocto] [PATCH 12/35] documentation: Move bsp-guide global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../bsp-guide/bsp-guide-customization

[yocto] [PATCH 13/35] documentation/bsp-guide/bsp-guide-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../bsp-guide/

[yocto] [PATCH 14/35] documentation/Makefile: Support for making Eclipse HTML bsp guide

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the bsp-guide using the bsp-guide-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4 +++- 1

[yocto] [PATCH 15/35] documentation/bsp-guide/bsp-guide.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/bsp-guide/bsp-guide.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp

[yocto] [PATCH 16/35] documentation/Makefile: logic to make all for bsp guide and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the bsp-guide. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |7 --- 1 f

[yocto] [PATCH 21/35] documentation/Makefile: logic to make all for kernel-manual and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the kernel-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |8 +---

[yocto] [PATCH 18/35] documentation/kernel-manual/kernel-manual-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../kernel-man

[yocto] [PATCH 24/35] documentation/Makefile: Support for making Eclipse HTML poky ref manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the poky-ref-manual using the poky-ref-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCH 23/35] documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../poky-ref-m

[yocto] [PATCH 27/35] documentation: Move yocto-project-qs global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |3 +-- .../yocto-project-qs-customization.xsl

[yocto] [PATCH 19/35] documentation/Makefile: Support for making Eclipse HTML kernel manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the kernel-manual using the kernel-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4

[yocto] [PATCH 33/35] documentation/tools/eclipse-help.sed: Processes external links for eclipse html files

2012-10-10 Thread mail
From: Timo Mueller The file is used when creating eclipse help html files. It processes all html files and converts links so that the user can navigate between different docuementation parts without leaving the eclipse help center. --- documentation/tools/eclipse-help.sed | 18

[yocto] [PATCH 20/35] documentation/kernel-manual/kernel-manual.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/kernel-manual/kernel-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentati

[yocto] [PATCH 25/35] documentation/poky-ref-manual/poky-ref-manual.xml: Added Title tag

2012-10-10 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/poky-ref-manual/poky-ref-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/doc

[yocto] [PATCH 31/35] documentation/yocto-project-qs/yocto-project-qs.xml: Convert fake-title section into articleinfo

2012-10-10 Thread mail
From: Timo Mueller The fake title section is converted into a docbook article.articleinfo. If used with a custom title page this will lead to the excapt same output. But I will enable the creation of metadata from this title information. --- .../yocto-project-qs/yocto-project-qs.xml |

[yocto] [PATCH 17/35] documentation: Move kernel-manual global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../kernel-manual/kernel-manual-cust

[yocto] [PATCH 22/35] documentation: Move poky-ref-manual global parameters to customization file

2012-10-10 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../poky-ref-manual-customization.xs

[yocto] [PATCH 29/35] documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl: new file

2012-10-10 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../yocto-proj

[yocto] [PATCH 26/35] documentation/Makefile: logic to make all for poky-ref-manual and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the poky-ref-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |6 +++---

[yocto] [PATCH 30/35] documentation/Makefile: Support for making Eclipse HTML yocto project qs manual

2012-10-10 Thread mail
From: Timo Mueller This target will generate eclipse help for the yocto-project-qs using the yocto-project-qs-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCH 35/35] documentation/Makefile: Clean up eclipse target and update help.

2012-10-10 Thread mail
From: Timo Mueller --- documentation/Makefile | 16 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index 3abfb3e..957f5e5 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -11,6 +11,8 @@ #

[yocto] [PATCH 32/35] documentation/Makefile: logic to make all for yocto-project-qs and cleanup

2012-10-10 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the yocto-project-qs. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [PATCH 34/35] documentation/Makefile: Added conversion of links to other documentation parts.

2012-10-10 Thread mail
From: Timo Mueller The script tools/eclipse-help.sed is used to convert links that point to other documentation parts. This avoids having to leave the eclipse help center when clicking these links. --- documentation/Makefile | 18 -- 1 files changed, 16 insertions(+), 2 deletio

<    1   2