From 3ce0e3e0e9e89f886e22a98355a4bdf89a89b2bc Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 28 Sep 2017 17:00:22 +0000 Subject: fix `make -n' if using git PR: 222631 --- mn_MN.UTF-8/books/handbook/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mn_MN.UTF-8/books/handbook/Makefile') diff --git a/mn_MN.UTF-8/books/handbook/Makefile b/mn_MN.UTF-8/books/handbook/Makefile index be27f99454..1486f14df3 100644 --- a/mn_MN.UTF-8/books/handbook/Makefile +++ b/mn_MN.UTF-8/books/handbook/Makefile @@ -346,7 +346,7 @@ PARAMS.eresources+= --param 'type' "'www'" \ --param 'proto' "'http'" \ --param 'target' "'handbook/eresources/chapter.xml'" -SRCS+= mirrors.lastmod.inc \ +EXTRAS= mirrors.lastmod.inc \ mirrors.xml.ftp.inc \ mirrors.xml.ftp.index.inc \ mirrors.xml.cvsup.inc \ @@ -354,4 +354,8 @@ SRCS+= mirrors.lastmod.inc \ eresources.xml.www.inc \ eresources.xml.www.index.inc +XMLDOCS_NO_SRCS=YES +CLEANFILES+= ${EXTRAS} +index.html ${DOC}.html: ${EXTRAS} + .include "${DOC_PREFIX}/share/mk/doc.project.mk" -- cgit v1.2.3