summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/Makefile b/doc/Makefile
index f99ff90..50830de 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,3 +1,4 @@
1#2017-06-29 Converted EL7 virtualization profile to first version of ENFV Access Platform
1#2017-04-13 Created first version of virtualization profile 2#2017-04-13 Created first version of virtualization profile
2 3
3#Path to this subsystem's root directory 4#Path to this subsystem's root directory
@@ -20,16 +21,16 @@ TMPCLONEROOT_MANIFEST := $(TMPCLONEROOT)/manifest
20 21
21 22
22# ******************* AutoGenerated chapters from template and target READMEs ******* 23# ******************* AutoGenerated chapters from template and target READMEs *******
23BUILDBOOT_XML := book-enea-linux-release-info/doc/build_boot_generated.xml 24BUILDBOOT_XML := book-enea-nfv-access-platform-release-info/doc/build_boot_generated.xml
24BUILDBOOT_TEMPLATE := book-enea-linux-release-info/doc/build_boot_template.xml 25BUILDBOOT_TEMPLATE := book-enea-nfv-access-platform-release-info/doc/build_boot_template.xml
25 26
26PKGDIFF_GEN_XML := book-enea-linux-release-info/doc/pkgdiff_generated.xml 27PKGDIFF_GEN_XML := book-enea-nfv-access-platform-release-info/doc/pkgdiff_generated.xml
27JIRA_ISSUES_GEN_XML := book-enea-linux-release-info/doc/jiraissues_generated.xml 28JIRA_ISSUES_GEN_XML := book-enea-nfv-access-platform-release-info/doc/jiraissues_generated.xml
28 29
29MACHINE_LIST_XML := book-enea-linux-release-info/doc/machine_list_generated.xml 30MACHINE_LIST_XML := book-enea-nfv-access-platform-release-info/doc/machine_list_generated.xml
30 31
31ELTF_PARAMS_TEMPLATE := book-enea-linux-release-info/doc/eltf_params_template.xml 32ELTF_PARAMS_TEMPLATE := book-enea-nfv-access-platform-release-info/doc/eltf_params_template.xml
32ELTF_PARAMS_UPDATED := book-enea-linux-release-info/doc/eltf_params_updated.xml 33ELTF_PARAMS_UPDATED := book-enea-nfv-access-platform-release-info/doc/eltf_params_updated.xml
33 34
34 35
35 36
@@ -47,7 +48,7 @@ DOCBOOK_TO_BOOKDIR ?= yes
47DOCBOOK_CLEANTMP ?= yes 48DOCBOOK_CLEANTMP ?= yes
48 49
49#Components (books) in this subsystem. Now use all books found here 50#Components (books) in this subsystem. Now use all books found here
50# COMPONENTS := book-enea-linux-release-info book-enea-linux-open-source 51# COMPONENTS := book-enea-nfv-access-platform-release-info book-enea-linux-open-source
51# COMPONENTS += book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed) 52# COMPONENTS += book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed)
52COMPONENTS := $(shell ls -d book-enea* ) 53COMPONENTS := $(shell ls -d book-enea* )
53 54