diff --git a/fr/copyright/Makefile b/fr/copyright/Makefile index bed35c9baa..46721c35b8 100644 --- a/fr/copyright/Makefile +++ b/fr/copyright/Makefile @@ -1,41 +1,42 @@ -# $FreeBSD: www/fr/copyright/Makefile,v 1.1 2003/01/26 15:08:08 stephane Exp $ +# $FreeBSD: www/fr/copyright/Makefile,v 1.2 2003/08/16 20:43:40 stephane Exp $ # The FreeBSD French Documentation Project -# Original revision: 1.12 +# Original revision: 1.13 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= license.sgml DOCS+= freebsd-license.sgml DOCS+= daemon.sgml DOCS+= copyright.sgml +# DOCS+= trademarks.sgml INDEXLINK= copyright.html CVS_READONLY?= YES CVS_OPT+= -Q .if !empty(CVS_READONLY) CVS_OPT+= -R .endif DATA+= COPYING COPYING.LIB ${LEGAL} # FreeBSD Ports redistribution restrictions LEGAL= LEGAL LEGAL_FILE= ports/LEGAL CLEANFILES+= ${LEGAL} .if defined(NOPORTSCVS) ${LEGAL}: $${PORTSBASE}/${LEGAL_FILE} ${CP} ${PORTSBASE}/${LEGAL_FILE} ${LEGAL} .else ${LEGAL}: ${CVS} ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/fr/donations/Makefile b/fr/donations/Makefile index 3ffe5fc75d..563b111724 100644 --- a/fr/donations/Makefile +++ b/fr/donations/Makefile @@ -1,17 +1,15 @@ -# $FreeBSD$ +# $FreeBSD: www/fr/donations/Makefile,v 1.1 2003/03/23 15:08:25 stephane Exp $ # The FreeBSD French Documentation Project -# Original revision: 1.1 +# Original revision: 1.5 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -DOCS= index.sgml -DOCS+= donors.sgml -DOCS+= wantlist.sgml +DOCS= index.sgml wantlist.sgml donors.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/fr/news/1997/Makefile b/fr/news/1997/Makefile index fb90147f3c..bcdb6f2d2e 100644 --- a/fr/news/1997/Makefile +++ b/fr/news/1997/Makefile @@ -1,16 +1,16 @@ -# $FreeBSD$ +# $FreeBSD: www/fr/news/1997/Makefile,v 1.1 2002/12/22 22:02:23 stephane Exp $ # The FreeBSD French Documentation Project -# Original revision: 1.3 +# Original revision: 1.4 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/fr/news/1998/Makefile b/fr/news/1998/Makefile index f43c633c0e..9d7b185a81 100644 --- a/fr/news/1998/Makefile +++ b/fr/news/1998/Makefile @@ -1,16 +1,16 @@ -# $FreeBSD$ +# $FreeBSD: www/fr/news/1998/Makefile,v 1.1 2002/12/22 22:02:23 stephane Exp $ # The FreeBSD French Documentation Project -# Original revision: 1.1 +# Original revision: 1.2 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/fr/news/status/Makefile b/fr/news/status/Makefile index a95031cea0..a41aa446cc 100644 --- a/fr/news/status/Makefile +++ b/fr/news/status/Makefile @@ -1,41 +1,45 @@ -# $FreeBSD$ +# $FreeBSD: www/fr/news/status/Makefile,v 1.1 2002/12/22 22:05:07 stephane Exp $ # The FreeBSD French Documentation Project -# Original revision: 1.17 +# Original revision: 1.21 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif .SUFFIXES: .xml .html DOCS= status.sgml # DATA= report-june-2001.html # DATA+= report-july-2001.html # DATA+= report-august-2001.html # DATA+= report-september-2001.html # DATA+= report-november-2001.html # DATA+= report-dec-2001-jan-2002.html # DATA+= report-feb-2002-apr-2002.html # DATA+= report-may-2002-june-2002.html DATA+= report-july-2002-aug-2002.html +# DATA+= report-sept-2002-oct-2002.html +# DATA+= report-nov-2002-dec-2002.html +# DATA+= report-jan-2003-feb-2003.html +# DATA+= report-mar-2003-sep-2003.html # Install a sample entry. DATA+= report-sample.xml CLEANFILES+= ${DATA:M*.html} .xml.html: report.xsl includes.xsl ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ ${.CURDIR}/report.xsl ${.IMPSRC} .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif INDEXLINK= status.html .include "${WEB_PREFIX}/share/mk/web.site.mk"