diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-18 10:29:12 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:36 +0100 |
| commit | 6714a6c59a4aea772b256048b778d0c30159b421 (patch) | |
| tree | 3052ecf4b5b30d33930d4b9228e8d79b7f1239fa /documentation/profile-manual | |
| parent | 706dcccb5ad66c794d9fc641260882da6141abe6 (diff) | |
| download | poky-6714a6c59a4aea772b256048b778d0c30159b421.tar.gz | |
dev-manual, kernel-dev, profile-manual: Fixed title and link issues.
Following fixes:
dev-manual - Discovered a <ulink> tag that was not a single
line. These types of links need to not have hard
returns. If they do, mega-manual.sed will not
process the link. Changed the reference to a
single line.
kernel-dev - Discovered that I had the old poky.ent variable
(i.e. YOCTO_DOCS_KERNEL_URL) as part of the link
in the opening note on the title page. I changed
it to the proper variable, which is
YOCTO_DOCS_KERNEL_DEV_URL. The old link was not
being processed by mega-manual.sed.
profile-manual - First problem was the wrong manual title in
a <ulink> tag, which caused the mega-manual.sed
file to skip processing the link into a non-link.
Second problem was on the title page. Incredulously,
I had the title of the manual reversed for Chapter
1. Fixed it.
(From yocto-docs rev: 71dedd610dce9fdc6472a5cf2b18ec8729d77e55)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual')
| -rw-r--r-- | documentation/profile-manual/profile-manual-intro.xml | 2 | ||||
| -rw-r--r-- | documentation/profile-manual/profile-manual.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/profile-manual/profile-manual-intro.xml b/documentation/profile-manual/profile-manual-intro.xml index 9ed807f356..e8e0908733 100644 --- a/documentation/profile-manual/profile-manual-intro.xml +++ b/documentation/profile-manual/profile-manual-intro.xml | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | <chapter id='profile-manual-intro'> | 5 | <chapter id='profile-manual-intro'> |
| 6 | 6 | ||
| 7 | <title>Yocto Project Tracing and Profiling Manual</title> | 7 | <title>Yocto Project Profiling and Tracing Manual</title> |
| 8 | <section id='intro'> | 8 | <section id='intro'> |
| 9 | <title>Introduction</title> | 9 | <title>Introduction</title> |
| 10 | 10 | ||
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml index 4c7a4f453b..ca00d84484 100644 --- a/documentation/profile-manual/profile-manual.xml +++ b/documentation/profile-manual/profile-manual.xml | |||
| @@ -74,7 +74,7 @@ | |||
| 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 the | 76 | documentation bundled in the release tarball and the |
| 77 | <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Tracing and Profiling Manual</ulink> on | 77 | <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink> on |
| 78 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 78 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| 79 | 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. |
| 80 | </note> | 80 | </note> |
