diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-08-23 13:08:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:54:59 +0100 |
commit | a177aad56d7857f4d81fae8b34a043ecf5505500 (patch) | |
tree | 3b8704be53b17715f02e10f50ff1811d83634ce9 /documentation/README | |
parent | e19dfd1dd9178794ca6fccacd986a134a1ad0c2b (diff) | |
download | poky-a177aad56d7857f4d81fae8b34a043ecf5505500.tar.gz |
documentation/README: Updates for mega-manual
Added information about the mega-manual.
(From yocto-docs rev: bbf75682f957ad2e124aa9476f52cd2bd3829fa6)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/README')
-rw-r--r-- | documentation/README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/README b/documentation/README index 2536d9ad9b..be51fb3a48 100644 --- a/documentation/README +++ b/documentation/README | |||
@@ -41,8 +41,13 @@ Folders exist for individual manuals as follows: | |||
41 | * kernel-manual - The Yocto Project Kernel Architecture and Use Manual | 41 | * kernel-manual - The Yocto Project Kernel Architecture and Use Manual |
42 | * poky-ref-manual - The Yocto Project Reference Manual | 42 | * poky-ref-manual - The Yocto Project Reference Manual |
43 | * yocto-project-qs - The Yocto Project Quick Start | 43 | * yocto-project-qs - The Yocto Project Quick Start |
44 | * mega-manual - The aggregated manual comprised of all YP manuals and guides | ||
44 | 45 | ||
45 | Each folder is self-contained regarding content and figures. | 46 | Each folder is self-contained regarding content and figures. Note that there |
47 | is a sed file needed to process the links of the mega-manual. The sed file | ||
48 | is located in the tools directory. Also note that the figures folder in the | ||
49 | mega-manual directory contains duplicates of all the figures in the YP folders | ||
50 | directories for all YP manuals and guides. | ||
46 | 51 | ||
47 | Makefile | 52 | Makefile |
48 | ======== | 53 | ======== |
@@ -71,7 +76,10 @@ Contains various templates, fonts, and some old PNG files. | |||
71 | 76 | ||
72 | tools | 77 | tools |
73 | ===== | 78 | ===== |
74 | Contains a tool to convert the DocBook files to PDF format. | 79 | Contains a tool to convert the DocBook files to PDF format. This folder also |
80 | contains the mega-manual.sed file, which is used by Makefile to process | ||
81 | cross-references from within the manual that normally go to an external | ||
82 | manual. | ||
75 | 83 | ||
76 | 84 | ||
77 | 85 | ||