From 3d378b9e27405cd79d38acd2a5afa74525e714ac Mon Sep 17 00:00:00 2001 From: Lennart Johansson Date: Mon, 16 May 2016 15:54:31 +0200 Subject: 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 --- doc/Makefile | 2 +- .../doc/about.xml | 10 ++++++++++ .../doc/book.xml | 21 +++++++++++++++++++++ doc/book-enea-linux-eclipse-open-source/swcomp.mk | 11 +++++++++++ doc/book-enea-linux-open-source/doc/about.xml | 4 ++-- 5 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 doc/book-enea-linux-eclipse-open-source/doc/about.xml create mode 100644 doc/book-enea-linux-eclipse-open-source/doc/book.xml create mode 100644 doc/book-enea-linux-eclipse-open-source/swcomp.mk 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 #Components in this subsystem COMPONENTS := book-enea-linux-release-info book-enea-linux-open-source -# COMPONENTS += book-enea-linux-target-guide +# COMPONENTS += book-enea-linux-eclipse-open-source # ----------------------------------------------------- #Release version, used in labels and text REL_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 @@ + + + + About this Report + + This document contains the open source and license information + pertaining to the Eclipse package provided + with Enea Linux. + \ 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 @@ + + +]> + + <trademark class="registered">Enea</trademark> Linux Eclipse Open + Source Report + + Release Version + + + + + + + \ 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 @@ +# Component build specification + +# Version of THIS book +BOOK_VER ?= $(REL_VER)-dev + +DOCBOOK_COMMON_SRC := $(shell find $(DOCBOOKTEMPLATE)/docsrc_common -type f \( -name "bookinfo_userdoc.xml" \) -print 2>/dev/null) +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) + +BOOKPACKAGES := book-enea-linux-eclipse-open-source +BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Eclipse Open Source Report" +BOOKDEFAULTCONDITION := $(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 @@ - + About this Report This document contains the open source and license information - pertaining to the Eclipse package provided with Enea Linux . -- cgit v1.2.3-54-g00ecf