aboutsummaryrefslogtreecommitdiff
path: root/it_IT.ISO8859-15/books/handbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'it_IT.ISO8859-15/books/handbook/Makefile')
-rw-r--r--it_IT.ISO8859-15/books/handbook/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/it_IT.ISO8859-15/books/handbook/Makefile b/it_IT.ISO8859-15/books/handbook/Makefile
index d35dbf7c42..633f071771 100644
--- a/it_IT.ISO8859-15/books/handbook/Makefile
+++ b/it_IT.ISO8859-15/books/handbook/Makefile
@@ -243,7 +243,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 \
@@ -251,4 +251,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"