diff --git a/en/copyright/Makefile b/en/copyright/Makefile index 7fe3fc8629..577205fc18 100644 --- a/en/copyright/Makefile +++ b/en/copyright/Makefile @@ -1,38 +1,38 @@ -# $FreeBSD: www/en/copyright/Makefile,v 1.12 2001/10/29 10:14:31 murray Exp $ +# $FreeBSD: www/en/copyright/Makefile,v 1.13 2003/06/17 20:00:28 murray Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -DOCS= license.sgml -DOCS+= freebsd-license.sgml +DOCS= copyright.sgml DOCS+= daemon.sgml -DOCS+= copyright.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"