summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2019-04-26 21:46:29 +0200
committerAdrian Dudau <Adrian.Dudau@enea.com>2019-05-02 15:02:14 +0200
commitc44e2b2755d2fcd0d06301016921d217887f6942 (patch)
tree4fd0ea1cd093cd99211f3293113e3b8e089f82c9 /doc/Makefile
parentf720db3ed0d95528f8b3a62e3e4360314d4ebd1e (diff)
downloadel_releases-nfv-access-c44e2b2755d2fcd0d06301016921d217887f6942.tar.gz
Create the book-enea-nfv-access-vnf-instantiation-guide
Also renamed the Guide from Instantiation to Onboarding. Change-Id: I96ff803ba17dd45b2a473212a3edfb05cac47da1
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 0514408..befba1e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -50,14 +50,15 @@ 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-reference-guide-intel book-enea-nfv-access-release-info 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
54# COMPONENTS += 54# COMPONENTS +=
55#book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed) 55#book-enea-linux-eclipse-open-source
56#book-enea-nfv-access-dev-hardening-guide 56#book-enea-nfv-access-dev-hardening-guide
57#book-enea-nfv-access-esdk-open-source 57#book-enea-nfv-access-esdk-open-source
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
61 62
62#COMPONENTS := $(shell ls -d book-enea* ) 63#COMPONENTS := $(shell ls -d book-enea* )
63 64