diff options
author | Lennart Johansson <lennart.johansson@enea.com> | 2016-05-16 15:54:31 +0200 |
---|---|---|
committer | Lennart Johansson <lennart.johansson@enea.com> | 2016-05-16 15:54:31 +0200 |
commit | 3d378b9e27405cd79d38acd2a5afa74525e714ac (patch) | |
tree | 328171faf812c119ab10a7a63600305126de2c54 /doc/book-enea-linux-eclipse-open-source | |
parent | 3c62c8c0b957b7bb9482111c5c4d66d7efb53489 (diff) | |
download | el_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/book-enea-linux-eclipse-open-source')
-rw-r--r-- | doc/book-enea-linux-eclipse-open-source/doc/about.xml | 10 | ||||
-rw-r--r-- | doc/book-enea-linux-eclipse-open-source/doc/book.xml | 21 | ||||
-rw-r--r-- | doc/book-enea-linux-eclipse-open-source/swcomp.mk | 11 |
3 files changed, 42 insertions, 0 deletions
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 | ||
4 | BOOK_VER ?= $(REL_VER)-dev | ||
5 | |||
6 | DOCBOOK_COMMON_SRC := $(shell find $(DOCBOOKTEMPLATE)/docsrc_common -type f \( -name "bookinfo_userdoc.xml" \) -print 2>/dev/null) | ||
7 | 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) $(DOCBOOK_COMMON_SRC) | ||
8 | |||
9 | BOOKPACKAGES := book-enea-linux-eclipse-open-source | ||
10 | BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Eclipse Open Source Report" | ||
11 | BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS) \ No newline at end of file | ||