From 0d310c2324d0fddcf306c406849158d84a6bd608 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 18 Jan 2016 14:51:29 +0100 Subject: initial commit for Enea Linux 5.0-ppc Signed-off-by: Adrian Dudau --- documentation/book-enea-linux-users-guide/swcomp.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 documentation/book-enea-linux-users-guide/swcomp.mk (limited to 'documentation/book-enea-linux-users-guide/swcomp.mk') diff --git a/documentation/book-enea-linux-users-guide/swcomp.mk b/documentation/book-enea-linux-users-guide/swcomp.mk new file mode 100644 index 0000000..75e97e8 --- /dev/null +++ b/documentation/book-enea-linux-users-guide/swcomp.mk @@ -0,0 +1,11 @@ +# Component build specification + +# Version of THIS book +BOOK_VER ?= $(REL_VER)-dev + +DOCBOOK_COMMON_SRC := $(shell find $(DOCBOOKTEMPLATE)/docsrc_common -type f \( -name "bookinfo_userdoc.xml" \) -print) +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) + +BOOKPACKAGES := book-enea-linux-users-guide +BOOKDESC_$(BOOKPACKAGES) := "Enea Linux User's Guide" +BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS) -- cgit v1.2.3-54-g00ecf