summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index c3a93a5..0002f68 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -50,9 +50,16 @@ DOCBOOK_TO_BOOKDIR ?= yes
50DOCBOOK_CLEANTMP ?= yes 50DOCBOOK_CLEANTMP ?= yes
51 51
52#Components (books) in this subsystem. Now use all books found here 52#Components (books) in this subsystem. Now use all books found here
53# COMPONENTS := book-enea-nfv-access-release-info book-enea-nfv-access-open-source book-enea-nfv-access-guest-open-source book-enea-nfv-access-dev-open-source book-enea-nfv-access-guest-dev-open-source book-enea-nfv-access-guide book-enea-nfv-access-reference-guide-intel 53COMPONENTS := book-enea-nfv-access-demo-usecases book-enea-nfv-access-getting-started book-enea-nfv-access-open-source book-enea-nfv-access-reference-guide-intel book-enea-nfv-access-release-info
54# COMPONENTS += book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed) 54# COMPONENTS +=
55COMPONENTS := $(shell ls -d book-enea* ) 55#book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed)
56#book-enea-nfv-access-dev-hardening-guide
57#book-enea-nfv-access-esdk-open-source
58#book-enea-nfv-access-guide
59#book-enea-nfv-access-sdk-open-source
60#book-enea-nfv-access-user-hardening-guide
61
62#COMPONENTS := $(shell ls -d book-enea* )
56 63
57# -------------------------------------------------------------- 64# --------------------------------------------------------------
58ifeq ($(VERBOSE),yes) 65ifeq ($(VERBOSE),yes)