diff options
| -rw-r--r-- | doc/Makefile | 13 | ||||
| -rw-r--r-- | doc/manifest_conf.mk | 2 |
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile index c3a93a5..0002f68 100644 --- a/doc/Makefile +++ b/doc/Makefile | |||
| @@ -50,9 +50,16 @@ DOCBOOK_TO_BOOKDIR ?= yes | |||
| 50 | DOCBOOK_CLEANTMP ?= yes | 50 | DOCBOOK_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 |
| 53 | # COMPONENTS := book-enea-nfv-access-release-info book-enea-nfv-access-open-source book-enea-nfv-access-guest-open-source book-enea-nfv-access-dev-open-source book-enea-nfv-access-guest-dev-open-source book-enea-nfv-access-guide book-enea-nfv-access-reference-guide-intel | 53 | COMPONENTS := book-enea-nfv-access-demo-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 |
| 54 | # COMPONENTS += book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed) | 54 | # COMPONENTS += |
| 55 | COMPONENTS := $(shell ls -d book-enea* ) | 55 | #book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed) |
| 56 | #book-enea-nfv-access-dev-hardening-guide | ||
| 57 | #book-enea-nfv-access-esdk-open-source | ||
| 58 | #book-enea-nfv-access-guide | ||
| 59 | #book-enea-nfv-access-sdk-open-source | ||
| 60 | #book-enea-nfv-access-user-hardening-guide | ||
| 61 | |||
| 62 | #COMPONENTS := $(shell ls -d book-enea* ) | ||
| 56 | 63 | ||
| 57 | # -------------------------------------------------------------- | 64 | # -------------------------------------------------------------- |
| 58 | ifeq ($(VERBOSE),yes) | 65 | ifeq ($(VERBOSE),yes) |
diff --git a/doc/manifest_conf.mk b/doc/manifest_conf.mk index 0afd610..b744e31 100644 --- a/doc/manifest_conf.mk +++ b/doc/manifest_conf.mk | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # NOTE: MANIFESTHASH needs to be changed to final release tag in format refs/tags/ELnnn before a release | 2 | # NOTE: MANIFESTHASH needs to be changed to final release tag in format refs/tags/ELnnn before a release |
| 3 | # The values are shown in the release info | 3 | # The values are shown in the release info |
| 4 | # The manifest is used to fetch information into the release info from the distro files | 4 | # The manifest is used to fetch information into the release info from the distro files |
| 5 | MANIFESTHASH ?= refs/tags/Enea_NFV_Access_2.0_RC5 | 5 | MANIFESTHASH ?= refs/tags/Enea_NFV_Access_2.2_RC1 |
| 6 | #change the above value later to refs/tags/ELnnn (?) | 6 | #change the above value later to refs/tags/ELnnn (?) |
| 7 | MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-nfv-access.git | 7 | MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-nfv-access.git |
| 8 | PROFILE_NAME := Enea NFV Access | 8 | PROFILE_NAME := Enea NFV Access |
