summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Johansson <lennart.johansson@enea.com>2016-06-13 14:02:27 +0200
committerLennart Johansson <lennart.johansson@enea.com>2016-06-13 14:02:27 +0200
commitedff6ef46638950c3dfe9958de1066cf20b3e4c5 (patch)
tree6fe0f09ffa5bd1472b70e4bb08c7094a2841a5ae
parent57a3bdf7afd8418647f57b6e1c5abeebb60bd989 (diff)
downloadel_manifests-standard-edff6ef46638950c3dfe9958de1066cf20b3e4c5.tar.gz
Doc Makefile Force initissue also at built
Makefile: initissue is needed before edit but we also want fresh buglist from jira at doc build. Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
-rw-r--r--doc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index aa26339..a562a0a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -5,7 +5,8 @@ MANIFEST_DIR = $(dir $(SUBSYSROOT))
5MANIFEST_NAME = $(lastword $(subst /, ,$(MANIFEST_DIR))) 5MANIFEST_NAME = $(lastword $(subst /, ,$(MANIFEST_DIR)))
6MANIFEST_TAIL = $(word 2,$(subst -, ,$(MANIFEST_NAME))) 6MANIFEST_TAIL = $(word 2,$(subst -, ,$(MANIFEST_NAME)))
7 7
8# Generic docbuild.git auto-clone + s_docbuild symlink. Includes TMPCLONEROOT 8# Generic docbuild.git auto-clone + s_docbuild symlink.
9# Defines TMPCLONEROOT which optionally can be nondefault using BOOK_GLOBALCLONEROOT
9include init.mk 10include init.mk
10 11
11# ****************** SUPPORT FOR TARGETS *************************** 12# ****************** SUPPORT FOR TARGETS ***************************
@@ -299,6 +300,9 @@ $(PKGDIFF_GEN_XML):
299# **************************************************************************** 300# ****************************************************************************
300# ***** Create Jira Issues XML section for the known bugs chapter 301# ***** Create Jira Issues XML section for the known bugs chapter
301 302
303.PHONY: $(JIRA_ISSUES_GEN_XML)
304# We want new issue list to be generated also at build, not only at init
305
302initissues: $(JIRA_ISSUES_GEN_XML) 306initissues: $(JIRA_ISSUES_GEN_XML)
303 307
304cleanissues: 308cleanissues: