blob: 942f4911dd378b65f7421e3d4c0642305fd656bc (
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-nfv-access-openstack-open-source
BOOKDESC_$(BOOKPACKAGES) := "Enea NFV Access Open Source Report"
BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS)
|