summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-user-guide/swcomp.mk
blob: 8b81e97425fb7707fcc35dbf4bd75efe67d8f443 (plain)
1
2
3
4
5
6
7
8
9
10
# Component build specification

# Version of THIS book
BOOK_VER ?= $(REL_VER)-dev

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)

BOOKPACKAGES := book-enea-linux-user-guide-rt
BOOKDESC_$(BOOKPACKAGES) := "Enea Linux $(PROD_VER) User's Guide"
BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS)