summaryrefslogtreecommitdiffstats
path: root/doc/docsrc_common
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-07-25 14:34:39 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-07-25 14:34:39 +0200
commitf5f01b84c82cca3c6941c441fe576af6045ea77b (patch)
treee335604b37b0ab0653f9086aff63df920971ae2b /doc/docsrc_common
parent6ee96f32116b0e00c4e85b6cf87e7aec580541f0 (diff)
downloadel_manifests-networking-f5f01b84c82cca3c6941c441fe576af6045ea77b.tar.gz
Removed the doc directory. The documentation is now located in the release repo.
Diffstat (limited to 'doc/docsrc_common')
-rw-r--r--doc/docsrc_common/pardoc-distro.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/docsrc_common/pardoc-distro.xml b/doc/docsrc_common/pardoc-distro.xml
deleted file mode 100644
index 9c9edd6..0000000
--- a/doc/docsrc_common/pardoc-distro.xml
+++ /dev/null
@@ -1,37 +0,0 @@
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 "MAJOR.MINOR-Networking"> <!-- TEMPLATE LINE, IS PATCHED by Makefile with values from enea.conf in poky/ -->
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
28 <para>You can add more elements using ENTITY lines in poky.ent, e.g. like Poky_VER below</para>
29
30<!-- Distribution and release -->
31<para id="EneaLinux_REL_VER"><phrase>&ENEA_LINUX_REL_VER;</phrase></para>
32<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>
33<para id="Poky_VER"><phrase>&POKYVERSION;</phrase></para>
34<para id="Yocto_VER"><phrase>&DISTRO;</phrase></para>
35<para id="Yocto_NAME"><phrase>&DISTRO_NAME_NO_CAP;</phrase></para>
36<para id="ULINK_YOCTO_RELEASE_NOTES"><ulink url='&YOCTO_RELEASE_NOTES;'>&YOCTO_RELEASE_NOTES;</ulink></para>
37</section>