summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Scrieciu <catalin.scrieciu@enea.com>2017-10-09 10:29:35 +0200
committerCatalin Scrieciu <catalin.scrieciu@enea.com>2017-10-09 10:29:35 +0200
commit13abaea56f843f22cbdae46bd331baff30a72260 (patch)
tree6c8b120a05db1e071af24b7a15ad050b73d65cb7
parentab33403b1a06f98ec1d4eb465b34855cd81720de (diff)
downloadnfv-access-documentation-13abaea56f843f22cbdae46bd331baff30a72260.tar.gz
Setting the books to be built manually so we skip the secuity docs
-rw-r--r--doc/Makefile4
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
48DOCBOOK_CLEANTMP ?= yes 48DOCBOOK_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
51COMPONENTS := book-enea-nfv-access-release-info book-enea-nfv-access-open-source 51COMPONENTS := 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)
53COMPONENTS := $(shell ls -d book-enea* ) 53#COMPONENTS := $(shell ls -d book-enea* )
54 54
55# -------------------------------------------------------------- 55# --------------------------------------------------------------
56ifeq ($(VERBOSE),yes) 56ifeq ($(VERBOSE),yes)