diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-20 14:21:00 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-20 14:21:00 +0200 |
commit | dec91697167c1b2ed5a3aa747fc2258675d294ce (patch) | |
tree | 798affc5f35586e9ca4507b2b7d09518baba026a /doc/book-enea-linux-eclipse-open-source/swcomp.mk | |
parent | 85ae6424ed507f09b847d278727bc098ed28a0e7 (diff) | |
download | el_manifests-standard-dec91697167c1b2ed5a3aa747fc2258675d294ce.tar.gz |
Deleted the misplaced doc folder
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, 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 ad07cbd..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 | ||
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 | ||