summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-eclipse-open-source/swcomp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-linux-eclipse-open-source/swcomp.mk')
-rw-r--r--doc/book-enea-linux-eclipse-open-source/swcomp.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/book-enea-linux-eclipse-open-source/swcomp.mk b/doc/book-enea-linux-eclipse-open-source/swcomp.mk
deleted file mode 100644
index 2f240c8..0000000
--- a/doc/book-enea-linux-eclipse-open-source/swcomp.mk
+++ /dev/null
@@ -1,11 +0,0 @@
1# Component build specification
2
3# Version of THIS book
4BOOK_VER ?= $(REL_VER)-dev
5
6DOCBOOK_COMMON_SRC := $(shell find $(DOCBOOKTEMPLATE)/docsrc_common -type f \( -name "bookinfo_userdoc.xml" \) -print 2>/dev/null)
7DOCBOOK_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
9BOOKPACKAGES := book-enea-linux-eclipse-open-source-standard
10BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Eclipse Open Source Report"
11BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS)