diff options
author | mrpa <miruna.paun@enea.com> | 2021-10-26 16:39:53 +0200 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2021-10-27 16:39:29 +0100 |
commit | 636f1ee6717f10dcdabfbac72611a4631dcbdba3 (patch) | |
tree | 2d123006162da5bca6e8656417fe7af186a8e79a /doc/Makefile | |
parent | b0f90cfb633e673000b8603d8c7a50e12b1fe0a8 (diff) | |
download | nfv-access-documentation-feature_CPDX-3453.tar.gz |
Changed the makefile to suit this custom release,feature_CPDX-3453
Updated the Getting Started Manual,
Updated the eltf_updated_params.xml to fit this release.
USERDOCAP-728
Change-Id: Ieb31e9b119808877b80b1e10d248e869d7d67675
Signed-off-by: mrpa <miruna.paun@enea.com>
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile index 5c1a6b9..6df8448 100644 --- a/doc/Makefile +++ b/doc/Makefile | |||
@@ -51,7 +51,7 @@ DOCBOOK_TO_BOOKDIR ?= yes | |||
51 | DOCBOOK_CLEANTMP ?= yes | 51 | DOCBOOK_CLEANTMP ?= yes |
52 | 52 | ||
53 | #Components (books) in this subsystem. Now use all books found here | 53 | #Components (books) in this subsystem. Now use all books found here |
54 | COMPONENTS := book-enea-edge-auto-fw-th-open-source book-enea-edge-auto-fw-th-user-guide book-enea-edge-automation-open-source book-enea-edge-automation-user-guide book-enea-nfv-access-evalkit book-enea-edge-example-usecases book-enea-edge-getting-started book-enea-edge-runtime-open-source book-enea-edge-release-info book-enea-edge-system-test-specification book-enea-edge-telemetry-open-source book-enea-edge-management-open-source | 54 | COMPONENTS := book-enea-edge-getting-started book-enea-edge-management-open-source |
55 | 55 | ||
56 | 56 | ||
57 | # -------------------------------------------------------------- | 57 | # -------------------------------------------------------------- |
@@ -184,8 +184,8 @@ endif | |||
184 | 184 | ||
185 | books: init | 185 | books: init |
186 | # BOOKPACKAGES is defined in all book-*/swcomp.mk | 186 | # BOOKPACKAGES is defined in all book-*/swcomp.mk |
187 | $(VERB)DISTRO_VERSION=`egrep '"EneaEdge_REL_VER"><phrase>' $(ELTF_PARAMS_UPDATED) | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \ | 187 | $(VERB)DISTRO_VERSION=`egrep '"EneaEdge_REL_VER"><phrase>' $(ELTF_PARAMS_UPDATED) | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; BUILD_NUMBER=`egrep '"ENA_BUILD_VER"><phrase>' $(ELTF_PARAMS_UPDATED) | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \ |
188 | BOOKVER="Enea Edge-$$DISTRO_VERSION"-$(shell date +"%Y.%m.%d"); \ | 188 | BOOKVER="Enea Edge-$$DISTRO_VERSION-build-$$BUILD_NUMBER"; \ |
189 | for book in $(BOOKPACKAGES); do \ | 189 | for book in $(BOOKPACKAGES); do \ |
190 | for format in $(FORMAT); do \ | 190 | for format in $(FORMAT); do \ |
191 | $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \ | 191 | $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \ |
@@ -196,7 +196,7 @@ books: init | |||
196 | cp $$COMP/$$book.pdf $$COMP/eclipse/plugins/com.enea.doc.book-*/. ; \ | 196 | cp $$COMP/$$book.pdf $$COMP/eclipse/plugins/com.enea.doc.book-*/. ; \ |
197 | fi ; \ | 197 | fi ; \ |
198 | done ; \ | 198 | done ; \ |
199 | done | 199 | done |
200 | ifeq ($(DOCBOOK_TO_BOOKDIR),yes) | 200 | ifeq ($(DOCBOOK_TO_BOOKDIR),yes) |
201 | $(VERB)rm -rf doc tmp | 201 | $(VERB)rm -rf doc tmp |
202 | else | 202 | else |