summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Johansson <lennart.johansson@enea.com>2016-05-16 15:54:31 +0200
committerLennart Johansson <lennart.johansson@enea.com>2016-05-16 15:54:31 +0200
commit3d378b9e27405cd79d38acd2a5afa74525e714ac (patch)
tree328171faf812c119ab10a7a63600305126de2c54 /doc
parent3c62c8c0b957b7bb9482111c5c4d66d7efb53489 (diff)
downloadel_manifests-standard-3d378b9e27405cd79d38acd2a5afa74525e714ac.tar.gz
Doc Add book-enea-linux-eclipse-open-source
Add doc/book-enea-linux-eclipse-open-source as directory with swcomp.mk, doc/book.xml, doc/about.xml NOT YET licenses.xml or doc/Makefile. Please add licenses.xml and uncomment the line in Makefile when the licenses.xml have been added. Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
-rw-r--r--doc/book-enea-linux-eclipse-open-source/doc/about.xml10
-rw-r--r--doc/book-enea-linux-eclipse-open-source/doc/book.xml21
-rw-r--r--doc/book-enea-linux-eclipse-open-source/swcomp.mk11
-rw-r--r--doc/book-enea-linux-open-source/doc/about.xml4
5 files changed, 45 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 306bd4d..768b950 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -35,7 +35,7 @@ DOCBOOK_CLEANTMP ?= yes
35 35
36#Components in this subsystem 36#Components in this subsystem
37COMPONENTS := book-enea-linux-release-info book-enea-linux-open-source 37COMPONENTS := book-enea-linux-release-info book-enea-linux-open-source
38# COMPONENTS += book-enea-linux-target-guide 38# COMPONENTS += book-enea-linux-eclipse-open-source
39# ----------------------------------------------------- 39# -----------------------------------------------------
40#Release version, used in labels and text 40#Release version, used in labels and text
41REL_VER_EXT := $(shell perl -e \ 41REL_VER_EXT := $(shell perl -e \
diff --git a/doc/book-enea-linux-eclipse-open-source/doc/about.xml b/doc/book-enea-linux-eclipse-open-source/doc/about.xml
new file mode 100644
index 0000000..1eecece
--- /dev/null
+++ b/doc/book-enea-linux-eclipse-open-source/doc/about.xml
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="enea-linux-eclipse-open-source-packages-and-licenses">
5 <title>About this Report</title>
6
7 <para>This document contains the open source and license information
8 pertaining to the <emphasis role="bold">Eclipse package</emphasis> provided
9 with Enea Linux.</para>
10</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-eclipse-open-source/doc/book.xml b/doc/book-enea-linux-eclipse-open-source/doc/book.xml
new file mode 100644
index 0000000..a25a7de
--- /dev/null
+++ b/doc/book-enea-linux-eclipse-open-source/doc/book.xml
@@ -0,0 +1,21 @@
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<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED">
5]>
6<book id="book_enea_linux_eclipse_open_source">
7 <title><trademark class="registered">Enea</trademark> Linux Eclipse Open
8 Source Report</title>
9
10 <subtitle>Release Version <xi:include
11 href="../../docsrc_common/pardoc-distro.xml"
12 xmlns:xi="http://www.w3.org/2001/XInclude"
13 xpointer="element(EneaLinux_REL_VER/1)" /></subtitle>
14
15 <xi:include href="../../s_docbuild/template/docsrc_common/bookinfo_userdoc.xml"
16 xmlns:xi="http://www.w3.org/2001/XInclude" />
17
18 <xi:include href="about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
19
20 <xi:include href="licenses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
21</book> \ No newline at end of file
diff --git a/doc/book-enea-linux-eclipse-open-source/swcomp.mk b/doc/book-enea-linux-eclipse-open-source/swcomp.mk
new file mode 100644
index 0000000..ad07cbd
--- /dev/null
+++ b/doc/book-enea-linux-eclipse-open-source/swcomp.mk
@@ -0,0 +1,11 @@
1# Component build specification
2
3# Version of THIS book
4BOOK_VER ?= $(REL_VER)-dev
5
6DOCBOOK_COMMON_SRC := $(shell find $(DOCBOOKTEMPLATE)/docsrc_common -type f \( -name "bookinfo_userdoc.xml" \) -print 2>/dev/null)
7DOCBOOK_SRC := $(COMP)/swcomp.mk $(COMP)/doc/book.xml $(shell find $(COMP)/doc -type f \( -name "*.xml" -o -name "*.svg" -o -name "*.png" \) ! -name "book.xml" -print) $(DOCBOOK_COMMON_SRC)
8
9BOOKPACKAGES := book-enea-linux-eclipse-open-source
10BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Eclipse Open Source Report"
11BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS) \ No newline at end of file
diff --git a/doc/book-enea-linux-open-source/doc/about.xml b/doc/book-enea-linux-open-source/doc/about.xml
index 30f00e9..cd5be36 100644
--- a/doc/book-enea-linux-open-source/doc/about.xml
+++ b/doc/book-enea-linux-open-source/doc/about.xml
@@ -1,11 +1,11 @@
1<?xml version="1.0" encoding="ISO-8859-1"?> 1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="enea-linux-eclipse-open-source-packages-and-licenses"> 4<chapter id="enea-linux-open-source-packages-and-licenses">
5 <title>About this Report</title> 5 <title>About this Report</title>
6 6
7 <para>This document contains the open source and license information 7 <para>This document contains the open source and license information
8 pertaining to the Eclipse package provided with Enea Linux <xi:include 8 pertaining to packages provided with Enea Linux <xi:include
9 href="../../docsrc_common/pardoc-distro.xml" 9 href="../../docsrc_common/pardoc-distro.xml"
10 xmlns:xi="http://www.w3.org/2001/XInclude" 10 xmlns:xi="http://www.w3.org/2001/XInclude"
11 xpointer="element(EneaLinux_REL_VER/1)" />.</para> 11 xpointer="element(EneaLinux_REL_VER/1)" />.</para>