aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.UTF-8
diff options
context:
space:
mode:
Diffstat (limited to 'zh_CN.UTF-8')
-rw-r--r--zh_CN.UTF-8/books/handbook/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/zh_CN.UTF-8/books/handbook/Makefile b/zh_CN.UTF-8/books/handbook/Makefile
index dbb07d4a2e..ac6172f510 100644
--- a/zh_CN.UTF-8/books/handbook/Makefile
+++ b/zh_CN.UTF-8/books/handbook/Makefile
@@ -317,7 +317,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 \
@@ -325,4 +325,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"