summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-eclipse-open-source/swcomp.mk
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2018-02-01 14:54:48 +0100
committerMiruna Paun <Miruna.Paun@enea.com>2018-02-01 14:54:48 +0100
commit42f7b452f4e725fcf052890008c4563702d32327 (patch)
tree5d2029f3f97cdcfa1de38c60754b6a6b10641a64 /doc/book-enea-linux-eclipse-open-source/swcomp.mk
parent3aa8192f7252745ba237c3b2408e1554ce98d5cc (diff)
downloadel_releases-standard-42f7b452f4e725fcf052890008c4563702d32327.tar.gz
Updated using_eclipse.xml with the content provided by Adi Dudau and my revisions. Removed the eclipse open source manual, fixed the overflow error in the open source manual and fixed other generalized errors.
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)