diff options
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 72d3f4d..7c89b1c 100644 --- a/doc/Makefile +++ b/doc/Makefile | |||
@@ -48,9 +48,9 @@ DOCBOOK_TO_BOOKDIR ?= yes | |||
48 | DOCBOOK_CLEANTMP ?= yes | 48 | DOCBOOK_CLEANTMP ?= yes |
49 | 49 | ||
50 | #Components (books) in this subsystem. Now use all books found here | 50 | #Components (books) in this subsystem. Now use all books found here |
51 | COMPONENTS := book-enea-nfv-access-release-info book-enea-nfv-access-open-source | 51 | COMPONENTS := book-enea-nfv-access-release-info book-enea-nfv-access-open-source book-enea-nfv-access-guide |
52 | # COMPONENTS += book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed) | 52 | # COMPONENTS += book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed) |
53 | COMPONENTS := $(shell ls -d book-enea* ) | 53 | #COMPONENTS := $(shell ls -d book-enea* ) |
54 | 54 | ||
55 | # -------------------------------------------------------------- | 55 | # -------------------------------------------------------------- |
56 | ifeq ($(VERBOSE),yes) | 56 | ifeq ($(VERBOSE),yes) |