Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.03 KB

README.adoc

File metadata and controls

29 lines (21 loc) · 1.03 KB

Heading for the Yocto Project

Welcome to the first edition of the Heading for the Yocto Project book.

This book is open source under a Creative Commons license.

How To Generate the Book

To generate e-book files is to do so manually with Asciidoctor. If you run the following you may actually get HTML, Epub, Mobi and PDF output files:

$ bundle exec rake build
(in /repo/ypbook)
Converting to HTML...
 -- HTML output at book/Heading-for-the-Yocto-Project.html
Converting to EPub...
 -- Epub output at book/Heading-for-the-Yocto-Project.epub
Converting to Mobi (kf8)...
 -- Mobi output at book/Heading-for-the-Yocto-Project.mobi
Converting to PDF... (this one takes a while)
asciidoctor: WARNING: conversion missing in backend pdf for pass
 -- PDF  output at book/Heading-for-the-Yocto-Project.pdf

This uses the asciidoctor, asciidoctor-pdf and asciidoctor-epub projects.

Contributing

If you’d like to help out by making a change or contributing a translation, take a look at the contributor’s guide.