diff options
author | jenkins <integrat@enea.se> | 2016-05-16 16:50:02 +0200 |
---|---|---|
committer | jenkins <integrat@enea.se> | 2016-05-16 16:50:02 +0200 |
commit | 786e9fb3a7f9be1278538d95e748b3ba4cf9bf08 (patch) | |
tree | 85a5b1cfcb6c93714c1c576fa13fa7fe07685aa6 /doc/book-enea-linux-eclipse-open-source/swcomp.mk | |
parent | 4ba6d4bda23f97e3e5d392fb09ac0638b1abb947 (diff) | |
parent | 3d378b9e27405cd79d38acd2a5afa74525e714ac (diff) | |
download | el_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.mk | 11 |
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 | ||
4 | BOOK_VER ?= $(REL_VER)-dev | ||
5 | |||
6 | DOCBOOK_COMMON_SRC := $(shell find $(DOCBOOKTEMPLATE)/docsrc_common -type f \( -name "bookinfo_userdoc.xml" \) -print 2>/dev/null) | ||
7 | 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) | ||
8 | |||
9 | BOOKPACKAGES := book-enea-linux-eclipse-open-source | ||
10 | BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Eclipse Open Source Report" | ||
11 | BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS) \ No newline at end of file | ||