diff options
Diffstat (limited to 'el_GR.ISO8859-7/books/handbook/Makefile')
-rw-r--r-- | el_GR.ISO8859-7/books/handbook/Makefile | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/el_GR.ISO8859-7/books/handbook/Makefile b/el_GR.ISO8859-7/books/handbook/Makefile index 0372086e1d..803649118d 100644 --- a/el_GR.ISO8859-7/books/handbook/Makefile +++ b/el_GR.ISO8859-7/books/handbook/Makefile @@ -318,30 +318,56 @@ DOC_PREFIX?= ${.CURDIR}/../../.. # # rules generating lists of mirror site from XML database. # -XMLDOCS= mirrors-ftp:::mirrors.xml.ftp.inc \ +XMLDOCS= lastmod:::mirrors.lastmod.inc \ + mirrors-ftp:::mirrors.xml.ftp.inc \ + mirrors-ftp-index:::mirrors.xml.ftp.index.inc \ mirrors-cvsup:::mirrors.xml.cvsup.inc \ - eresources:::eresources.xml.www.inc + mirrors-cvsup-index:::mirrors.xml.cvsup.index.inc \ + eresources:::eresources.xml.www.inc \ + eresources-index:::eresources.xml.www.index.inc DEPENDSET.DEFAULT= transtable mirror XSLT.DEFAULT= ${XSL_MIRRORS} XML.DEFAULT= ${XML_MIRRORS} NO_TIDY.DEFAULT= yes +PARAMS.lastmod+= --param 'target' "'lastmod'" +PARAMS.mirrors-ftp-index+= --param 'type' "'ftp'" \ + --param 'proto' "'ftp'" \ + --param 'target' "'index'" PARAMS.mirrors-ftp+= --param 'type' "'ftp'" \ --param 'proto' "'ftp'" \ --param 'target' "'handbook/mirrors/chapter.xml'" +PARAMS.mirrors-cvsup-index+= --param 'type' "'cvsup'" \ + --param 'proto' "'cvsup'" \ + --param 'target' "'index'" PARAMS.mirrors-cvsup+= --param 'type' "'cvsup'" \ --param 'proto' "'cvsup'" \ --param 'target' "'handbook/mirrors/chapter.xml'" +PARAMS.eresources-index+= --param 'type' "'www'" \ + --param 'proto' "'http'" \ + --param 'target' "'index'" PARAMS.eresources+= --param 'type' "'www'" \ --param 'proto' "'http'" \ --param 'target' "'handbook/eresources/chapter.xml'" -SRCS+= mirrors.xml.ftp.inc \ +SRCS+= mirrors.lastmod.inc \ + mirrors.xml.ftp.inc \ + mirrors.xml.ftp.index.inc \ mirrors.xml.cvsup.inc \ - eresources.xml.www.inc + mirrors.xml.cvsup.index.inc \ + eresources.xml.www.inc \ + eresources.xml.www.index.inc -CLEANFILES+= mirrors.xml.ftp.inc \ +CLEANFILES+= mirrors.lastmod.inc \ + mirrors.xml.ftp.inc \ + mirrors.xml.ftp.index.inc \ mirrors.xml.cvsup.inc \ - eresources.xml.www.inc + mirrors.xml.cvsup.index.inc \ + eresources.xml.www.inc \ + eresources.xml.www.index.inc + +lint: mirrors.lastmod.inc mirrors.xml.ftp.inc mirrors.xml.ftp.index.inc \ + mirrors.xml.cvsup.inc mirrors.xml.cvsup.index.inc \ + eresources.xml.www.inc eresources.xml.www.index.inc .include "${DOC_PREFIX}/share/mk/doc.project.mk" |