diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-05-23 17:53:53 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-05-23 17:53:53 +0200 |
commit | 6868f82a1976c28c5e1a0ae762fede26bc52c52c (patch) | |
tree | 35adfde24205a06c7fa7a26ea35844cc63aba51a /doc/docsrc_common | |
parent | c3c5e37c332686c3fbe5d6c1d7cd2e31e8341ad5 (diff) | |
download | el_manifests-networking-6868f82a1976c28c5e1a0ae762fede26bc52c52c.tar.gz |
Added doc build structure
Diffstat (limited to 'doc/docsrc_common')
-rw-r--r-- | doc/docsrc_common/pardoc-distro.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/docsrc_common/pardoc-distro.xml b/doc/docsrc_common/pardoc-distro.xml new file mode 100644 index 0000000..129d7a5 --- /dev/null +++ b/doc/docsrc_common/pardoc-distro.xml | |||
@@ -0,0 +1,38 @@ | |||
1 | <?xml version="1.0" encoding="ISO-8859-1"?> | ||
2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ | ||
4 | <!-- Version and name entities | ||
5 | ============================== | ||
6 | --> | ||
7 | <!-- Distribution and release --> | ||
8 | <!ENTITY ENEA_LINUX_REL_VER "6-Networking"> <!-- used also in Makefile --> | ||
9 | <!ENTITY % common_poky_entities SYSTEM "../s_targets/qemuarm/poky/documentation/poky.ent"> | ||
10 | %common_poky_entities; | ||
11 | ]> | ||
12 | |||
13 | <!-- Declarations to inherit by xi:include | ||
14 | ========================================== --> | ||
15 | <section id="pardoc_names"> | ||
16 | <title>Enea Linux DocBook XML Based UserDoc Names and Parameters</title> | ||
17 | |||
18 | <para>NOTE: DO NOT EDIT THIS FILE IN xmlmind but you can open it to see any errors, don't save!!!!</para> | ||
19 | |||
20 | <para>NOTE: Use xi:include to include parameters into a docbook XML file. | ||
21 | Note: Only full elements can be included and the included element must | ||
22 | be allowed in that place. Example: For ulink, entire ulink elements | ||
23 | must be included, not just parts of them.</para> | ||
24 | |||
25 | <para>**** The phrase elements below can be used as variables in several | ||
26 | places in XML files ****</para> | ||
27 | <para>**** In addition: Makefile parses variable REL_VER from entity ENEA_LINUX_REL_VER, | ||
28 | after which swcomp.mk extracts BOOK_VER from variable REL_VER ****</para> | ||
29 | |||
30 | <para>You can add more elements using ENTITY lines in poky.ent, e.g. like Poky_VER below</para> | ||
31 | |||
32 | <!-- Distribution and release --> | ||
33 | <para id="EneaLinux_REL_VER"><phrase>&ENEA_LINUX_REL_VER;</phrase></para> | ||
34 | <para id="ULINK_ENEA_LINUX_URL"><ulink url='https://linux.enea.com/&ENEA_LINUX_REL_VER;'>https://linux.enea.com/&ENEA_LINUX_REL_VER;</ulink></para> | ||
35 | <para id="Poky_VER"><phrase>&POKYVERSION;</phrase></para> | ||
36 | <para id="Yocto_VER"><phrase>&DISTRO;</phrase></para> | ||
37 | <para id="ULINK_YOCTO_RELEASE_NOTES"><ulink url='&YOCTO_RELEASE_NOTES;'>&YOCTO_RELEASE_NOTES;</ulink></para> | ||
38 | </section> | ||