summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2019-05-09 12:31:54 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2019-05-09 12:41:29 +0200
commitdf2c610bfad4cb36453b1f689dc561e43f95cce8 (patch)
tree4ee43820c9a4d02e6f7f8d90f03857d915ff75b3
parent290f9fc98b38621cb1625c74508ea3c1b958645f (diff)
downloadel_releases-nfv-access-df2c610bfad4cb36453b1f689dc561e43f95cce8.tar.gz
Added Ref Guide to Makefile.
Change-Id: I48f1fa89b34eb281d0745bce143dc620a84a1c06
-rw-r--r--doc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index befba1e..fbc898e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -50,7 +50,7 @@ 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
53COMPONENTS := book-enea-nfv-access-example-usecases book-enea-nfv-access-getting-started book-enea-nfv-access-open-source book-enea-nfv-access-release-info book-enea-nfv-access-vnf-onboarding-guide 53COMPONENTS := book-enea-nfv-access-example-usecases book-enea-nfv-access-getting-started book-enea-nfv-access-open-source book-enea-nfv-access-release-info book-enea-nfv-access-vnf-onboarding-guide book-enea-nfv-access-reference-guide-intel
54# COMPONENTS += 54# COMPONENTS +=
55#book-enea-linux-eclipse-open-source 55#book-enea-linux-eclipse-open-source
56#book-enea-nfv-access-dev-hardening-guide 56#book-enea-nfv-access-dev-hardening-guide
@@ -58,7 +58,6 @@ COMPONENTS := book-enea-nfv-access-example-usecases book-enea-nfv-access-getting
58#book-enea-nfv-access-guide 58#book-enea-nfv-access-guide
59#book-enea-nfv-access-sdk-open-source 59#book-enea-nfv-access-sdk-open-source
60#book-enea-nfv-access-user-hardening-guide 60#book-enea-nfv-access-user-hardening-guide
61#book-enea-nfv-access-reference-guide-intel
62 61
63#COMPONENTS := $(shell ls -d book-enea* ) 62#COMPONENTS := $(shell ls -d book-enea* )
64 63