Scott Rifenbark 8cdb88330c documentation/poky-ref-manual/development.xml: removed section 13 years ago
..
adt-manual a13ad005a3 documentation/adt-manual/adt-eclipse.xml: Added not and updated version 13 years ago
bsp-guide 45f26d5630 documentation/bsp-guide/bsp.xml: Review comments to recommendations 13 years ago
dev-manual fef4f4ecf5 documentation/dev-manual: Moved temp source code mod into dev model 13 years ago
kernel-manual c29a721a68 documentation/kernel-manual/kernel-how-to.xml: Updates to showing changes 13 years ago
poky-ref-manual 8cdb88330c documentation/poky-ref-manual/development.xml: removed section 13 years ago
template 4999f78874 documentation/pokt-ref-manual: Update with Yocto branding 14 years ago
tools 0be66f0e88 documentation/tools: Add comments to script 14 years ago
yocto-project-qs a23636b6aa documentation/yocto-project-qs/yocto-project-qs.xml: pre-built example fix 13 years ago
Makefile d89f7b9cab documentation/Makefile: Fixed figures publishing bug 13 years ago
README 542d163b5c documentation/README: Updates to explain development 13 years ago
poky.ent b24d15ccf9 documentation/poky.ent: Updated for latest builds 13 years ago

README

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

This is the directory that contains the Yocto Project documentation. The Yocto
Project source repositories at http://git.yoctoproject.org/cgit.cgi have two
instances of the "documentation" directory. You should understand each of
these instances.

poky/documentation - The directory within the poky Git repository containing
the set of Yocto Project manuals. When you clone the
poky Git repository, the documentation directory
contains the manuals. The state of the manuals in this
directory is guaranteed to reflect the latest Yocto
Project release. The manuals at the tip of this
directory will also likely contain most manual
development changes.

yocto-docs/documentation - The Git repository for the Yocto Project manuals.
This repository is where manual development
occurs. If you plan on contributing back to the
Yocto Project documentation, you should set up
a local Git repository based on this upstream
repository as follows:

git clone git://git.yoctoproject.org/yocto-docs

Changes and patches are first pushed to the
yocto-docs Git repository. Later, they make it
into the poky Git repository found at
git://git.yoctoproject.org/poky.

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.