summaryrefslogtreecommitdiffstats
path: root/documentation/README
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/README')
-rw-r--r--documentation/README12
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
45Each folder is self-contained regarding content and figures. 46Each folder is self-contained regarding content and figures. Note that there
47is a sed file needed to process the links of the mega-manual. The sed file
48is located in the tools directory. Also note that the figures folder in the
49mega-manual directory contains duplicates of all the figures in the YP folders
50directories for all YP manuals and guides.
46 51
47Makefile 52Makefile
48======== 53========
@@ -71,7 +76,10 @@ Contains various templates, fonts, and some old PNG files.
71 76
72tools 77tools
73===== 78=====
74Contains a tool to convert the DocBook files to PDF format. 79Contains a tool to convert the DocBook files to PDF format. This folder also
80contains the mega-manual.sed file, which is used by Makefile to process
81cross-references from within the manual that normally go to an external
82manual.
75 83
76 84
77 85