doc/fr/copyright/Makefile
Stephane Legrand 0675dac5e7 New translation.
fr/copyright/freebsd-doc-license.sgml: MFen 1.1

Submitted by: Pascal FLORIN <FlorinPascal@aol.com>
2004-10-24 12:28:16 +00:00

43 lines
896 B
Makefile

# $FreeBSD: www/fr/copyright/Makefile,v 1.4 2004/09/15 14:49:33 stephane Exp $
# The FreeBSD French Documentation Project
# Original revision: 1.15
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= copyright.sgml
DOCS+= daemon.sgml
DOCS+= freebsd-doc-license.sgml
DOCS+= freebsd-license.sgml
DOCS+= license.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"