[yocto] [RFCv3 4/7] plugins/sdk.ide.doc.user: Add yocto documentation to the table of contents

mail at timomueller.eu mail at timomueller.eu
Thu Dec 6 07:48:35 PST 2012


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

The separate yocto manuals are added to the table of contents to
prepare their inclusion into the plugin.
---
 plugins/org.yocto.sdk.ide.doc.user/plugin.xml |   24 ++++++++++++++++++++++++
 plugins/org.yocto.sdk.ide.doc.user/toc.xml    |   18 ++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/plugins/org.yocto.sdk.ide.doc.user/plugin.xml b/plugins/org.yocto.sdk.ide.doc.user/plugin.xml
index 59ae9d1..16ac67e 100644
--- a/plugins/org.yocto.sdk.ide.doc.user/plugin.xml
+++ b/plugins/org.yocto.sdk.ide.doc.user/plugin.xml
@@ -16,5 +16,29 @@
           file="toc.xml"
           primary="true">
     </toc>
+    <toc
+          file="html/adt-manual-toc.xml"
+          primary="false">
+    </toc>
+    <toc
+          file="html/yocto-project-qs-toc.xml"
+          primary="false">
+    </toc>
+    <toc
+          file="html/dev-manual-toc.xml"
+          primary="false">
+    </toc>
+    <toc
+          file="html/poky-ref-manual-toc.xml"
+          primary="false">
+    </toc>
+    <toc
+          file="html/bsp-guide-toc.xml"
+          primary="false">
+    </toc>
+    <toc
+          file="html/kernel-manual-toc.xml"
+          primary="false">
+    </toc>
  </extension>
 </plugin>
diff --git a/plugins/org.yocto.sdk.ide.doc.user/toc.xml b/plugins/org.yocto.sdk.ide.doc.user/toc.xml
index e110a54..b5ebc43 100644
--- a/plugins/org.yocto.sdk.ide.doc.user/toc.xml
+++ b/plugins/org.yocto.sdk.ide.doc.user/toc.xml
@@ -1,3 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
  <toc label="The Yocto Project Documentation">
+   <topic label="The Yocto Project Quick Start">
+      <link toc="html/yocto-project-qs-toc.xml"/>
+   </topic>
+   <topic label="The·Yocto·Project·Application·Developer's·Guide">
+      <link toc="html/adt-manual-toc.xml"/>
+   </topic>
+   <topic label="The Yocto Project Development Manual">
+      <link toc="html/dev-manual-toc.xml"/>
+   </topic>
+   <topic label="The Yocto Project Reference Manual">
+      <link toc="html/poky-ref-manual-toc.xml"/>
+   </topic>
+   <topic label="The Yocto Project Board Support Package Developer's Guide">
+      <link toc="html/bsp-guide-toc.xml"/>
+   </topic>
+   <topic label="The Yocto Project Kernel Architecture and Use Manual">
+      <link toc="html/kernel-manual-toc.xml"/>
+   </topic>
  </toc>
-- 
1.7.7.6




More information about the yocto mailing list