summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-eclipse-open-source/swcomp.mk
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-16 16:50:02 +0200
committerjenkins <integrat@enea.se>2016-05-16 16:50:02 +0200
commit786e9fb3a7f9be1278538d95e748b3ba4cf9bf08 (patch)
tree85a5b1cfcb6c93714c1c576fa13fa7fe07685aa6 /doc/book-enea-linux-eclipse-open-source/swcomp.mk
parent4ba6d4bda23f97e3e5d392fb09ac0638b1abb947 (diff)
parent3d378b9e27405cd79d38acd2a5afa74525e714ac (diff)
downloadel_manifests-standard-786e9fb3a7f9be1278538d95e748b3ba4cf9bf08.tar.gz
Merge branch 'master' of git.enea.se:linux/manifests/el6-standard into default
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, 11 insertions, 0 deletions
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
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
10BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Eclipse Open Source Report"
11BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS) \ No newline at end of file