diff options
Diffstat (limited to 'mn_MN.UTF-8/books')
-rw-r--r-- | mn_MN.UTF-8/books/handbook/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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" |