summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-intro.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-11-13 09:13:21 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:57 +0000
commit430237631e9a480413445646d6c130b4fdb90fff (patch)
treec13a4e1765126d7761cb5936b4544374db57b9d6 /documentation/toaster-manual/toaster-manual-intro.xml
parent75206ccfd27b77bebf4ec8e65f35772ef46f53b3 (diff)
downloadpoky-430237631e9a480413445646d6c130b4fdb90fff.tar.gz
toaster-manual: Initial file structure for new Toaster User Manual.
For this commit, the manual only has a single "intro" file with placeholder text only. Graphic for title page is in place, stylesheet is in place, all files needed for a successful, initial build of the new manual. (From yocto-docs rev: 99416caa943fe6af13292b18bda53522ce3576d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-intro.xml')
-rw-r--r--documentation/toaster-manual/toaster-manual-intro.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/toaster-manual/toaster-manual-intro.xml b/documentation/toaster-manual/toaster-manual-intro.xml
new file mode 100644
index 0000000000..fc7f31c30b
--- /dev/null
+++ b/documentation/toaster-manual/toaster-manual-intro.xml
@@ -0,0 +1,15 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4
5<chapter id='toaster-manual-intro'>
6<title>Introduction</title>
7
8 <para>
9 Placeholder text
10 </para>
11
12</chapter>
13<!--
14vim: expandtab tw=80 ts=4
15-->