diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-02-03 10:52:44 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-19 06:59:51 -0800 |
| commit | 77afd14e817677810868de82b77a4682052b6f95 (patch) | |
| tree | 97e1bea9dee832491c0de40c3da27374c19f6fb9 /documentation/dev-manual/dev-manual.xml | |
| parent | 23bd7e100adb6dc06c4992ff5863f01d0b39e75b (diff) | |
| download | poky-77afd14e817677810868de82b77a4682052b6f95.tar.gz | |
documentation: Updated "latest manual" note on title page
Fixes [YOCTO #10076]
The note on the title page for each manual was brief regarding
where to find the latest version of the manual. I updated the
note to have more detailed information on finding current,
alternate, and latest versions of the manual based on YP
releases.
(From yocto-docs rev: 0ec81465296a7a78309d3039af4d00caa52d2285)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual.xml | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index 1b8b1f3700..86ba573aa8 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
| @@ -111,12 +111,32 @@ | |||
| 111 | Creative Commons. | 111 | Creative Commons. |
| 112 | </para> | 112 | </para> |
| 113 | 113 | ||
| 114 | <note> | 114 | <note><title>Manual Notes</title> |
| 115 | For the latest version of this manual associated with this | 115 | <itemizedlist> |
| 116 | Yocto Project release, see the | 116 | <listitem><para> |
| 117 | <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink> | 117 | For the latest version of the Yocto Project Development |
| 118 | from the Yocto Project website. | 118 | Manual associated with this Yocto Project release |
| 119 | </note> | 119 | (version &YOCTO_DOC_VERSION;), |
| 120 | see the Yocto Project Development Manual from the | ||
| 121 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | ||
| 122 | </para></listitem> | ||
| 123 | <listitem><para> | ||
| 124 | This version of the manual is version | ||
| 125 | &YOCTO_DOC_VERSION;. | ||
| 126 | For later releases of the Yocto Project (if they exist), | ||
| 127 | go to the | ||
| 128 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | ||
| 129 | and use the drop-down "Active Releases" button | ||
| 130 | and choose the Yocto Project version for which you want | ||
| 131 | the manual. | ||
| 132 | </para></listitem> | ||
| 133 | <listitem><para> | ||
| 134 | For an in-development version of the Yocto Project | ||
| 135 | Development Manual, see | ||
| 136 | <ulink url='&YOCTO_DOCS_URL;/latest/dev-manual/dev-manual.html'></ulink>. | ||
| 137 | </para></listitem> | ||
| 138 | </itemizedlist> | ||
| 139 | </note> | ||
| 120 | </legalnotice> | 140 | </legalnotice> |
| 121 | 141 | ||
| 122 | </bookinfo> | 142 | </bookinfo> |
