diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/mega-manual/mega-manual.xml | 3 | ||||
-rw-r--r-- | documentation/ref-manual/ref-manual.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 19 |
3 files changed, 0 insertions, 24 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index c0838970e5..1d6b83e24a 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -243,9 +243,6 @@ | |||
243 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> | 243 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> |
244 | 244 | ||
245 | <xi:include | 245 | <xi:include |
246 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/> | ||
247 | |||
248 | <xi:include | ||
249 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-release-process.xml"/> | 246 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-release-process.xml"/> |
250 | 247 | ||
251 | <xi:include | 248 | <xi:include |
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index e69ab72c62..f17d850ce3 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml | |||
@@ -172,8 +172,6 @@ | |||
172 | 172 | ||
173 | <xi:include href="usingpoky.xml"/> | 173 | <xi:include href="usingpoky.xml"/> |
174 | 174 | ||
175 | <xi:include href="technical-details.xml"/> | ||
176 | |||
177 | <xi:include href="ref-release-process.xml"/> | 175 | <xi:include href="ref-release-process.xml"/> |
178 | 176 | ||
179 | <xi:include href="migration.xml"/> | 177 | <xi:include href="migration.xml"/> |
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml deleted file mode 100644 index 3827366dcb..0000000000 --- a/documentation/ref-manual/technical-details.xml +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | ||
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | ||
4 | |||
5 | <chapter id='technical-details'> | ||
6 | <title>Technical Details</title> | ||
7 | |||
8 | <para> | ||
9 | This chapter provides technical details for various parts of the | ||
10 | Yocto Project. | ||
11 | Currently, topics include Yocto Project components, | ||
12 | cross-toolchain generation, shared state (sstate) cache, | ||
13 | x32, Wayland support, and Licenses. | ||
14 | </para> | ||
15 | |||
16 | </chapter> | ||
17 | <!-- | ||
18 | vim: expandtab tw=80 ts=4 | ||
19 | --> | ||