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/book-enea-linux-eclipse-open-source/swcomp.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/book-enea-linux-eclipse-open-source/swcomp.mk (limited to 'doc/book-enea-linux-eclipse-open-source/swcomp.mk') 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 -- cgit v1.2.3-54-g00ecf