summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile2
-rw-r--r--doc/manifest_conf.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 50830de..5e23b2a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -183,7 +183,7 @@ endif
183books: init 183books: init
184# BOOKPACKAGES is defined in all book-*/swcomp.mk 184# BOOKPACKAGES is defined in all book-*/swcomp.mk
185 $(VERB)DISTRO_VERSION=`egrep '"EneaLinux_REL_VER"><phrase>' $(ELTF_PARAMS_UPDATED) | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \ 185 $(VERB)DISTRO_VERSION=`egrep '"EneaLinux_REL_VER"><phrase>' $(ELTF_PARAMS_UPDATED) | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \
186 BOOKVER="Profile $(PROFILE_NAME)-$$DISTRO_VERSION" ; \ 186 BOOKVER="$(PROFILE_NAME)-$$DISTRO_VERSION"-$(shell date +"%Y.%m.%d"); \
187 for book in $(BOOKPACKAGES); do \ 187 for book in $(BOOKPACKAGES); do \
188 for format in $(FORMAT); do \ 188 for format in $(FORMAT); do \
189 $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \ 189 $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \
diff --git a/doc/manifest_conf.mk b/doc/manifest_conf.mk
index 9867951..92e395c 100644
--- a/doc/manifest_conf.mk
+++ b/doc/manifest_conf.mk
@@ -5,4 +5,4 @@
5#MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d 5#MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d
6 #change the above value later to refs/tags/ELnnn (?) 6 #change the above value later to refs/tags/ELnnn (?)
7MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-virtualization.git 7MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-virtualization.git
8PROFILE_NAME := Enea NFV Access Platform.$(shell date +"%Y.%m.%d %H:%M:%S") 8PROFILE_NAME := Enea NFV Access Platform