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/book-enea-linux-open-source | |
parent | c3c5e37c332686c3fbe5d6c1d7cd2e31e8341ad5 (diff) | |
download | el_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/README | 4 | ||||
-rw-r--r-- | doc/book-enea-linux-open-source/doc/about.xml | 12 | ||||
-rw-r--r-- | doc/book-enea-linux-open-source/doc/book.xml | 14 | ||||
-rw-r--r-- | doc/book-enea-linux-open-source/swcomp.mk | 10 |
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 @@ | |||
1 | The licenses.xml in the git repository of Enea Linux Open Source Report | ||
2 | is the frozen version belonging to the last official release of Enea Linux. | ||
3 | The contents must be generated from the release script to obtain the latest | ||
4 | lists 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 | ||
4 | BOOK_VER ?= $(REL_VER)-dev | ||
5 | |||
6 | DOCBOOK_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 | |||
8 | BOOKPACKAGES := book-enea-linux-open-source | ||
9 | BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Open Source Report" | ||
10 | BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS) | ||