diff options
author | Catalin Scrieciu <catalin.scrieciu@enea.com> | 2017-10-09 10:29:35 +0200 |
---|---|---|
committer | Catalin Scrieciu <catalin.scrieciu@enea.com> | 2017-10-09 10:29:35 +0200 |
commit | 13abaea56f843f22cbdae46bd331baff30a72260 (patch) | |
tree | 6c8b120a05db1e071af24b7a15ad050b73d65cb7 | |
parent | ab33403b1a06f98ec1d4eb465b34855cd81720de (diff) | |
download | nfv-access-documentation-13abaea56f843f22cbdae46bd331baff30a72260.tar.gz |
Setting the books to be built manually so we skip the secuity docs
-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) |