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