aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-11 12:08:25 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-11 12:15:30 +0200
commit1720b8b58b4ff36b5c331269a1b21e9d7ae10421 (patch)
tree3f9f61d8e79198e86dd146e2a0f35c161aeeaa96 /docs
parentcf0456a2949ed437b4e4f2521e72631c272573a6 (diff)
downloadopenembedded-1720b8b58b4ff36b5c331269a1b21e9d7ae10421.tar.gz
usermanual: Fix the make pdf target.
Use filename and emphasis inside a para to make jade happy.
Diffstat (limited to 'docs')
-rw-r--r--docs/usermanual/chapters/common_use_cases.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/usermanual/chapters/common_use_cases.xml b/docs/usermanual/chapters/common_use_cases.xml
index 1407304ec9..532e183c56 100644
--- a/docs/usermanual/chapters/common_use_cases.xml
+++ b/docs/usermanual/chapters/common_use_cases.xml
@@ -509,12 +509,12 @@ SDK_SUFFIX = "toolchain-YOUR"
distribution you are targetting.
</para>
- <note>SDK creation currently does not work with the <emphasis>DISTRO</emphasis>
- set to <emphasis>micro</emphasis>.</note>
+ <note><para>SDK creation currently does not work with the <emphasis>DISTRO</emphasis>
+ set to <emphasis>micro</emphasis>.</para></note>
- <note>If the environment-setup script packaged in the SDK should
+ <note><para>If the environment-setup script packaged in the SDK should
require more environment look at the <filename>meta-toolchain-qte.bb</filename>
- to accomplish this.</note>
+ to accomplish this.</para></note>
</section>
</section>
</section>
@@ -550,20 +550,20 @@ SDK_SUFFIX = "toolchain-YOUR"
</screen>
</para>
- <note>The deployment directory depends on the distribution and used
- C library. In the case of Angstrom and glibc it is located in
- <filename>tmp/deploy/glibc/sdk</filename>.</note>
+ <note><para>The deployment directory depends on the distribution
+ and used C library. In the case of Angstrom and glibc it is
+ located in <filename>tmp/deploy/glibc/sdk</filename>.</para></note>
- <note>Change <filename>qt4-embedded.inc</filename> and
+ <note><para>Change <filename>qt4-embedded.inc</filename> and
<filename>qt4.inc</filename> for using different Qt configuration
flags. This might include a custom qconfig.h to produce a reduced
- size build.</note>
+ size build.</para></note>
- <note>When distributing the SDK make sure to include a written offer
+ <note><para>When distributing the SDK make sure to include a written offer
to provide the sourcecode of GPL licensed applications or provide
parts of the <filename>sources</filename> folder. The <filename>
sources</filename> folder is located right next to the <filename>sdk</filename>
- one.</note>
+ one.</para></note>
</section>