diff options
Diffstat (limited to 'el_GR.ISO8859-7/books/handbook')
-rw-r--r-- | el_GR.ISO8859-7/books/handbook/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/el_GR.ISO8859-7/books/handbook/Makefile b/el_GR.ISO8859-7/books/handbook/Makefile index 6948995e22..ea91385dae 100644 --- a/el_GR.ISO8859-7/books/handbook/Makefile +++ b/el_GR.ISO8859-7/books/handbook/Makefile @@ -311,7 +311,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 \ @@ -319,4 +319,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" |