diff options
author | Lennart Johansson <lennart.johansson@enea.com> | 2016-05-16 15:54:31 +0200 |
---|---|---|
committer | Lennart Johansson <lennart.johansson@enea.com> | 2016-05-16 15:54:31 +0200 |
commit | 3d378b9e27405cd79d38acd2a5afa74525e714ac (patch) | |
tree | 328171faf812c119ab10a7a63600305126de2c54 /doc/book-enea-linux-eclipse-open-source/swcomp.mk | |
parent | 3c62c8c0b957b7bb9482111c5c4d66d7efb53489 (diff) | |
download | el_manifests-standard-3d378b9e27405cd79d38acd2a5afa74525e714ac.tar.gz |
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 <lennart.johansson@enea.com>
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 | ||