Scott Rifenbark c6bb463995 documentation/dev-manual/dev-manual-start.xml: re-write of meta-intel преди 13 години
..
adt-manual 2ede6c8c44 documentation/adt-manual: Converted manual to use the poky.ent file преди 13 години
bsp-guide 7431a70248 documentation: Updated copyright notices to 2012. преди 13 години
dev-manual c6bb463995 documentation/dev-manual/dev-manual-start.xml: re-write of meta-intel преди 13 години
kernel-manual b8e1fb43fe documentation/kernel-manual/kernel-manual.xml: Copyright updated. преди 13 години
poky-ref-manual 7431a70248 documentation: Updated copyright notices to 2012. преди 13 години
template 4999f78874 documentation/pokt-ref-manual: Update with Yocto branding преди 14 години
tools 0be66f0e88 documentation/tools: Add comments to script преди 14 години
yocto-project-qs 1084bc5d77 documentation/yocto-project-qs/yocto-project-qs.xml: Misc. Edits преди 13 години
Makefile c671dde31f documentation/Makefile: new 'edison' variable for YP dev manual. преди 13 години
README 7aa91dd958 documentation/README: Created a README file преди 13 години
poky.ent eebdda725b documentation/poky.ent: added new variable. преди 13 години

README

documentation
=============

This is the location for the Yocto Project documentation. Documentation
consists of six manuals (see below).

Manual Organization
===================

Folders exist for individual manuals as follows:

* adt-manual - The Yocto Project Application Development Toolkit (ADT)
User's Guide.
* bsp-guide - The Yocto Project Board Support (BSP) Developer's Guide
* dev-manual - The Yocto Project Development Manual
* kernel-manual - The Yocto Project Kernel Architecture and Use Manual
* poky-ref-manual - The Yocto Project Reference Manual
* yocto-project-qs - The Yocto Project Quick Start

Each folder is self-contained regarding content and figures.

Makefile
========

The Makefile processes manual directories to create HTML, PDF,
tarballs, etc. Details on how the Makefile work are documented
inside the Makefile. See that file for more information.

To build a manual, you run the make command and pass it the name
of the folder containing the manual's contents.
For example, the following command run from the documentation directory
creates an HTML and a PDF version of the ADT manual.
The DOC variable specifies the manual you are making:

$ make DOC=adt-manual

poky.ent
========

This file defines variables used for documentation production. The variables
are used to define release pathnames, URLs for the published manuals, etc.

template
========
Contains various templates, fonts, and some old PNG files.

tools
=====
Contains a tool to convert the DocBook files to PDF format.