From 5750523476cbe1db38ba2e2fe30e4cb098365a29 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 11 Oct 2017 11:29:30 +0000 Subject: improve dependencies checking for the mirror chapter Submitted by: loader PR: 222857 (and in part PR: 222631) --- en_US.ISO8859-1/books/handbook/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile index 5bded38cd1..5170bb9eb3 100644 --- a/en_US.ISO8859-1/books/handbook/Makefile +++ b/en_US.ISO8859-1/books/handbook/Makefile @@ -251,6 +251,8 @@ EXTRAS= mirrors.lastmod.inc \ XMLDOCS_NO_SRCS=YES CLEANFILES+= ${EXTRAS} -index.html ${DOC}.html: ${EXTRAS} + +_extras: ${EXTRAS} +mirrors/chapter.xml: ${EXTRAS} .include "${DOC_PREFIX}/share/mk/doc.project.mk" -- cgit v1.2.3