summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile4
-rw-r--r--doc/book-enea-nfv-access-platform-open-source/doc/licenses.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 5a4d2b0..024d6ca 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -183,8 +183,8 @@ endif
183 183
184books: init 184books: init
185# BOOKPACKAGES is defined in all book-*/swcomp.mk 185# BOOKPACKAGES is defined in all book-*/swcomp.mk
186 $(VERB)DISTRO_VERSION=`egrep '"EneaLinux_REL_VER"><phrase>' $(ELTF_PARAMS_UPDATED) | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \ 186 $(VERB)DISTRO_VERSION=`egrep '"EneaLinux_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>.*//'` ; \
187 BOOKVER="Enea NFV Access-$$DISTRO_VERSION"-$(shell date +"%Y.%m.%d"); \ 187 BOOKVER="Enea NFV Access-$$DISTRO_VERSION-build-$$BUILD_NUMBER"; \
188 for book in $(BOOKPACKAGES); do \ 188 for book in $(BOOKPACKAGES); do \
189 for format in $(FORMAT); do \ 189 for format in $(FORMAT); do \
190 $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \ 190 $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \
diff --git a/doc/book-enea-nfv-access-platform-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-platform-open-source/doc/licenses.xml
index 15af6e2..c086126 100644
--- a/doc/book-enea-nfv-access-platform-open-source/doc/licenses.xml
+++ b/doc/book-enea-nfv-access-platform-open-source/doc/licenses.xml
@@ -1181,7 +1181,7 @@ specific documentation.-->
1181 <entry>libgcc</entry> 1181 <entry>libgcc</entry>
1182 <entry>7.3.0</entry> 1182 <entry>7.3.0</entry>
1183 <entry>GNU cc and gcc C compilers.</entry> 1183 <entry>GNU cc and gcc C compilers.</entry>
1184 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry> 1184 <entry>GPL-3.0-with-GCC-exception</entry>
1185</row> 1185</row>
1186<row> 1186<row>
1187 <entry>libgcrypt</entry> 1187 <entry>libgcrypt</entry>