From edff6ef46638950c3dfe9958de1066cf20b3e4c5 Mon Sep 17 00:00:00 2001 From: Lennart Johansson Date: Mon, 13 Jun 2016 14:02:27 +0200 Subject: 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 --- doc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)) MANIFEST_NAME = $(lastword $(subst /, ,$(MANIFEST_DIR))) MANIFEST_TAIL = $(word 2,$(subst -, ,$(MANIFEST_NAME))) -# Generic docbuild.git auto-clone + s_docbuild symlink. Includes TMPCLONEROOT +# Generic docbuild.git auto-clone + s_docbuild symlink. +# Defines TMPCLONEROOT which optionally can be nondefault using BOOK_GLOBALCLONEROOT include init.mk # ****************** SUPPORT FOR TARGETS *************************** @@ -299,6 +300,9 @@ $(PKGDIFF_GEN_XML): # **************************************************************************** # ***** Create Jira Issues XML section for the known bugs chapter +.PHONY: $(JIRA_ISSUES_GEN_XML) +# We want new issue list to be generated also at build, not only at init + initissues: $(JIRA_ISSUES_GEN_XML) cleanissues: -- cgit v1.2.3-54-g00ecf