summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/poky-ref-manual.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-09 17:38:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:44 +0000
commit9bdc18a82017d549217a813a6da5d1267fb737e3 (patch)
tree5dfc02f96e623ecf40df721f946199fb0729a0dc /documentation/poky-ref-manual/poky-ref-manual.xml
parent9602c5556baf60040fde5710564129633f7e9c4c (diff)
downloadpoky-9bdc18a82017d549217a813a6da5d1267fb737e3.tar.gz
documentation/poky-ref-manual: Converted to use poky.ent variables.
Fixed all the hard links to use appropriate variables from the file poky.ent. (From yocto-docs rev: 9a6267d0d843dc47c1171eba6200387901b77df4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/poky-ref-manual.xml')
-rw-r--r--documentation/poky-ref-manual/poky-ref-manual.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml
index b07f213c13..2039fba063 100644
--- a/documentation/poky-ref-manual/poky-ref-manual.xml
+++ b/documentation/poky-ref-manual/poky-ref-manual.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<book id='poky-ref-manual' lang='en' 5<book id='poky-ref-manual' lang='en'
5 xmlns:xi="http://www.w3.org/2003/XInclude" 6 xmlns:xi="http://www.w3.org/2003/XInclude"
@@ -65,7 +66,7 @@
65 </revhistory> 66 </revhistory>
66 67
67 <copyright> 68 <copyright>
68 <year>2007-2012</year> 69 <year>&COPYRIGHT_YEAR;</year>
69 <holder>Linux Foundation</holder> 70 <holder>Linux Foundation</holder>
70 </copyright> 71 </copyright>
71 72
@@ -77,9 +78,9 @@
77 <note> 78 <note>
78 Due to production processes, there could be differences between the Yocto Project 79 Due to production processes, there could be differences between the Yocto Project
79 documentation bundled in the release tarball and 80 documentation bundled in the release tarball and
80 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'> 81 <ulink url='&YOCTO_DOCS_REF_URL;'>
81 The Yocto Project Reference Manual</ulink> on 82 The Yocto Project Reference Manual</ulink> on
82 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. 83 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
83 For the latest version of this manual, see the manual on the website. 84 For the latest version of this manual, see the manual on the website.
84 </note> 85 </note>
85 </legalnotice> 86 </legalnotice>