diff options
-rw-r--r-- | doc/Makefile | 6 |
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)) | |||
5 | MANIFEST_NAME = $(lastword $(subst /, ,$(MANIFEST_DIR))) | 5 | MANIFEST_NAME = $(lastword $(subst /, ,$(MANIFEST_DIR))) |
6 | MANIFEST_TAIL = $(word 2,$(subst -, ,$(MANIFEST_NAME))) | 6 | MANIFEST_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 | ||
9 | include init.mk | 10 | include 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 | |||
302 | initissues: $(JIRA_ISSUES_GEN_XML) | 306 | initissues: $(JIRA_ISSUES_GEN_XML) |
303 | 307 | ||
304 | cleanissues: | 308 | cleanissues: |