summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-08-21 17:12:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:54:57 +0100
commit03fd402081ca37c527d989f749b9060cd2dce6e9 (patch)
treefa41fc4b3f05a894462e5e2427fa89c529319bb0 /documentation
parent2c6f72d01a3c16867caf453f6a8dee8545a5ef70 (diff)
downloadpoky-03fd402081ca37c527d989f749b9060cd2dce6e9.tar.gz
documentation: Fixes to note for mega-manual processing
the notes that say "Due to production processes..." at the start of each manual contain links to manuals. the links needed to be formatted such that the entire <ulink> code and manual name appeared on the same line so that the sed script can effectively remove the link in the resulting mega-manual. (From yocto-docs rev: 0a41971c331ad1961e6ee1e067b59c36c9f048f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-manual.xml3
-rw-r--r--documentation/bsp-guide/bsp-guide.xml3
-rw-r--r--documentation/dev-manual/dev-manual.xml3
-rw-r--r--documentation/kernel-manual/kernel-manual.xml5
-rw-r--r--documentation/poky-ref-manual/poky-ref-manual.xml5
5 files changed, 7 insertions, 12 deletions
diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml
index 285c347fae..e34dc1c13b 100644
--- a/documentation/adt-manual/adt-manual.xml
+++ b/documentation/adt-manual/adt-manual.xml
@@ -69,8 +69,7 @@
69 <note> 69 <note>
70 Due to production processes, there could be differences between the Yocto Project 70 Due to production processes, there could be differences between the Yocto Project
71 documentation bundled in the release tarball and the 71 documentation bundled in the release tarball and the
72 <ulink url='&YOCTO_DOCS_ADT_URL;'> 72 <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink> on
73 Yocto Project Application Developer's Guide</ulink> on
74 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. 73 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
75 For the latest version of this manual, see the manual on the website. 74 For the latest version of this manual, see the manual on the website.
76 </note> 75 </note>
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml
index b2a7222e39..38c24e1d3f 100644
--- a/documentation/bsp-guide/bsp-guide.xml
+++ b/documentation/bsp-guide/bsp-guide.xml
@@ -81,8 +81,7 @@
81 <note> 81 <note>
82 Due to production processes, there could be differences between the Yocto Project 82 Due to production processes, there could be differences between the Yocto Project
83 documentation bundled in the release tarball and the 83 documentation bundled in the release tarball and the
84 <ulink url='&YOCTO_DOCS_BSP_URL;'> 84 <ulink url='&YOCTO_DOCS_BSP_URL;'>Board Support Package (BSP) Developer's Guide</ulink> on
85 Board Support Package (BSP) Developer's Guide</ulink> on
86 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. 85 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
87 For the latest version of this manual, see the manual on the website. 86 For the latest version of this manual, see the manual on the website.
88 </note> 87 </note>
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml
index 5d1a34c499..0cbd85fc3b 100644
--- a/documentation/dev-manual/dev-manual.xml
+++ b/documentation/dev-manual/dev-manual.xml
@@ -62,8 +62,7 @@
62 <note> 62 <note>
63 Due to production processes, there could be differences between the Yocto Project 63 Due to production processes, there could be differences between the Yocto Project
64 documentation bundled in the release tarball and the 64 documentation bundled in the release tarball and the
65 <ulink url='&YOCTO_DOCS_DEV_URL;'> 65 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink> on
66 Yocto Project Development Manual</ulink> on
67 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. 66 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
68 For the latest version of this manual, see the manual on the website. 67 For the latest version of this manual, see the manual on the website.
69 </note> 68 </note>
diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml
index 815812bfd2..174663aa2d 100644
--- a/documentation/kernel-manual/kernel-manual.xml
+++ b/documentation/kernel-manual/kernel-manual.xml
@@ -73,9 +73,8 @@
73 </para> 73 </para>
74 <note> 74 <note>
75 Due to production processes, there could be differences between the Yocto Project 75 Due to production processes, there could be differences between the Yocto Project
76 documentation bundled in the release tarball and 76 documentation bundled in the release tarball and the
77 <ulink url='&YOCTO_DOCS_KERNEL_URL;'> 77 <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink> on
78 The Yocto Project Kernel Architecture and Use Manual</ulink> on
79 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. 78 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
80 For the latest version of this manual, see the manual on the website. 79 For the latest version of this manual, see the manual on the website.
81 </note> 80 </note>
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml
index 4aa67f78d6..e405375bbb 100644
--- a/documentation/poky-ref-manual/poky-ref-manual.xml
+++ b/documentation/poky-ref-manual/poky-ref-manual.xml
@@ -74,9 +74,8 @@
74 </para> 74 </para>
75 <note> 75 <note>
76 Due to production processes, there could be differences between the Yocto Project 76 Due to production processes, there could be differences between the Yocto Project
77 documentation bundled in the release tarball and 77 documentation bundled in the release tarball and the
78 <ulink url='&YOCTO_DOCS_REF_URL;'> 78 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink> on
79 The Yocto Project Reference Manual</ulink> on
80 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. 79 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
81 For the latest version of this manual, see the manual on the website. 80 For the latest version of this manual, see the manual on the website.
82 </note> 81 </note>