diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-14 10:25:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-29 14:59:24 +0100 |
commit | a8289a99435fb2b744c5f4c566d6840b44acfd62 (patch) | |
tree | 7622abcdd9790d2d1724280424c9e6862135e21e | |
parent | 8b72a3c863e7251c6a9f541f534571a7cbede6c9 (diff) | |
download | poky-a8289a99435fb2b744c5f4c566d6840b44acfd62.tar.gz |
documentation/dev-manual/dev-manual.xml: 1.1.2 variables
First pass at implementing the poky.ent variables.
(From yocto-docs rev: f9410c86a969e328c692584125b44d14ae378a46)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index c8249ae57f..761e05b9cf 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-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='dev-manual' lang='en' | 5 | <book id='dev-manual' lang='en' |
5 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
@@ -46,7 +47,7 @@ | |||
46 | </revhistory> | 47 | </revhistory> |
47 | 48 | ||
48 | <copyright> | 49 | <copyright> |
49 | <year>2010-2012</year> | 50 | <year>©RIGHT_YEAR;</year> |
50 | <holder>Linux Foundation</holder> | 51 | <holder>Linux Foundation</holder> |
51 | </copyright> | 52 | </copyright> |
52 | 53 | ||
@@ -61,9 +62,9 @@ | |||
61 | <note> | 62 | <note> |
62 | 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 |
63 | documentation bundled in the release tarball and | 64 | documentation bundled in the release tarball and |
64 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'> | 65 | <ulink url='&YOCTO_DOCS_DEV_URL;'> |
65 | The Yocto Project Development Manual</ulink> on | 66 | The Yocto Project Development Manual</ulink> on |
66 | the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. | 67 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
67 | For the latest version of this manual, see the manual on the website. | 68 | For the latest version of this manual, see the manual on the website. |
68 | </note> | 69 | </note> |
69 | </legalnotice> | 70 | </legalnotice> |