fr/news/1996/index.sgml: MFen 1.9 fr/news/1996/Makefile: MFen 1.3 fr/news/1997/index.sgml: MFen 1.7 fr/news/1997/Makefile: MFen 1.3 fr/news/1998/index.sgml: MFen 1.8 fr/news/1998/Makefile: MFen 1.1 fr/news/1999/index.sgml: MFen 1.5 fr/news/1999/Makefile: MFen 1.2 fr/news/2000/index.sgml: MFen 1.9 fr/news/2000/Makefile: MFen 1.2 fr/news/2001/news.xml: MFen 1.63 fr/news/2001/Makefile: MFen 1.1 Approved by: gioria (mentor)
23 lines
535 B
Makefile
23 lines
535 B
Makefile
# $FreeBSD$
|
|
|
|
# The FreeBSD French Documentation Project
|
|
# Original revision: 1.1
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DATA= index.html
|
|
CLEANFILES+= index.html
|
|
|
|
index.html: ../oldnewsflash.xsl news.xml ../includes.xsl ../../includes.xsl
|
|
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
|
${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml
|
|
.if !defined(NO_TIDY)
|
|
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
|
.endif
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|