summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-open-source
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-05-23 17:53:53 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-05-23 17:53:53 +0200
commit6868f82a1976c28c5e1a0ae762fede26bc52c52c (patch)
tree35adfde24205a06c7fa7a26ea35844cc63aba51a /doc/book-enea-linux-open-source
parentc3c5e37c332686c3fbe5d6c1d7cd2e31e8341ad5 (diff)
downloadel_manifests-networking-6868f82a1976c28c5e1a0ae762fede26bc52c52c.tar.gz
Added doc build structure
Diffstat (limited to 'doc/book-enea-linux-open-source')
-rw-r--r--doc/book-enea-linux-open-source/doc/README4
-rw-r--r--doc/book-enea-linux-open-source/doc/about.xml12
-rw-r--r--doc/book-enea-linux-open-source/doc/book.xml14
-rw-r--r--doc/book-enea-linux-open-source/swcomp.mk10
4 files changed, 40 insertions, 0 deletions
diff --git a/doc/book-enea-linux-open-source/doc/README b/doc/book-enea-linux-open-source/doc/README
new file mode 100644
index 0000000..c40a2d9
--- /dev/null
+++ b/doc/book-enea-linux-open-source/doc/README
@@ -0,0 +1,4 @@
1The licenses.xml in the git repository of Enea Linux Open Source Report
2is the frozen version belonging to the last official release of Enea Linux.
3The contents must be generated from the release script to obtain the latest
4lists of packages and licenses.
diff --git a/doc/book-enea-linux-open-source/doc/about.xml b/doc/book-enea-linux-open-source/doc/about.xml
new file mode 100644
index 0000000..30f00e9
--- /dev/null
+++ b/doc/book-enea-linux-open-source/doc/about.xml
@@ -0,0 +1,12 @@
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 Eclipse package provided with Enea Linux <xi:include
9 href="../../docsrc_common/pardoc-distro.xml"
10 xmlns:xi="http://www.w3.org/2001/XInclude"
11 xpointer="element(EneaLinux_REL_VER/1)" />.</para>
12</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-open-source/doc/book.xml b/doc/book-enea-linux-open-source/doc/book.xml
new file mode 100644
index 0000000..dcc1189
--- /dev/null
+++ b/doc/book-enea-linux-open-source/doc/book.xml
@@ -0,0 +1,14 @@
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_open_source">
7 <title><trademark class="registered">Enea</trademark> Linux Open Source Report</title>
8 <subtitle>Release Version
9 <xi:include href="../../docsrc_common/pardoc-distro.xml" xpointer="element(EneaLinux_REL_VER/1)"
10 xmlns:xi="http://www.w3.org/2001/XInclude" /></subtitle>
11 <xi:include href="../../s_docbuild/template/docsrc_common/bookinfo_userdoc.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
12 <xi:include href="about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
13 <xi:include href="licenses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
14</book>
diff --git a/doc/book-enea-linux-open-source/swcomp.mk b/doc/book-enea-linux-open-source/swcomp.mk
new file mode 100644
index 0000000..d978b48
--- /dev/null
+++ b/doc/book-enea-linux-open-source/swcomp.mk
@@ -0,0 +1,10 @@
1# Component build specification
2
3# Version of THIS book
4BOOK_VER ?= $(REL_VER)-dev
5
6DOCBOOK_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)
7
8BOOKPACKAGES := book-enea-linux-open-source
9BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Open Source Report"
10BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS)