summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: