head	1.15;
access;
symbols
	HRS_XML_CLEANUP:1.15
	HRS_XML_CLEANUP_PRE:1.15
	EMILYBOYD_REDESIGN:1.15
	PRE_REDESIGN:1.15
	XML_XSL_XP:1.11.0.2
	XML_XSL_XP_BP:1.11;
locks; strict;
comment	@# @;


1.15
date	2004.06.09.17.32.09;	author ceri;	state Exp;
branches;
next	1.14;

1.14
date	2004.06.09.17.30.32;	author ceri;	state Exp;
branches;
next	1.13;

1.13
date	2003.06.17.20.00.28;	author murray;	state Exp;
branches;
next	1.12;

1.12
date	2001.10.29.10.14.31;	author murray;	state Exp;
branches;
next	1.11;

1.11
date	2001.06.14.03.09.55;	author dd;	state Exp;
branches;
next	1.10;

1.10
date	2000.11.07.04.05.13;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	99.09.19.11.10.34;	author wosch;	state Exp;
branches;
next	1.8;

1.8
date	99.09.06.07.02.42;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	99.04.08.21.50.03;	author nik;	state Exp;
branches;
next	1.6;

1.6
date	98.10.15.19.29.45;	author wosch;	state Exp;
branches;
next	1.5;

1.5
date	98.10.13.04.48.44;	author jkh;	state Exp;
branches;
next	1.4;

1.4
date	98.08.16.12.51.02;	author wosch;	state Exp;
branches;
next	1.3;

1.3
date	98.08.11.11.43.51;	author wosch;	state Exp;
branches;
next	1.2;

1.2
date	98.08.11.01.18.36;	author wosch;	state Exp;
branches;
next	1.1;

1.1
date	98.08.03.15.39.13;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Add the FreeBSD Documentation License here.

Reviewed by:	nik
@
text
@# $FreeBSD: www/en/copyright/Makefile,v 1.14 2004/06/09 17:30:32 ceri Exp $

.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"
@


1.14
log
@Sort DOCS entries.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/copyright/Makefile,v 1.13 2003/06/17 20:00:28 murray Exp $
d12 1
@


1.13
log
@Add Trademark Legend to the website.  Specifically acknowledge the
trademarks of the Open Group and Sun Microsystems, and use a standard
broad paragraph to note that other designations may be trademarks that
we are unaware of.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/copyright/Makefile,v 1.12 2001/10/29 10:14:31 murray Exp $
d10 2
a11 1
DOCS=	license.sgml
d13 1
a13 2
DOCS+=	daemon.sgml
DOCS+=	copyright.sgml
@


1.12
log
@* Make build/install of www /usr/obj prefix clean.
* Use make variables instead of hard coding commands, paths, and
  options.
* Wrap some long lines.
* Replace shell loops with make for loops, etc.

PR:		docs/31132
Submitted by:	Cyrille Lefevre <clefevre@@citeweb.net>
@
text
@d1 1
a1 1
# $FreeBSD: www/en/copyright/Makefile,v 1.11 2001/06/14 03:09:55 dd Exp $
d14 1
@


1.11
log
@Don't make the often-false assumption that CVSROOT is a path.  This
removes the now-useless cvsindex variable; it wasn't really necessary,
anyway, since if the file to checkout can't be found, cvs(1) will
fail, and make(1) will follow.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/copyright/Makefile,v 1.10 2000/11/07 04:05:13 kuriyama Exp $
a22 1

d28 1
a28 1
CLEANFILES+= ${LEGAL}
d31 1
a31 1
	cp ${PORTSBASE}/${LEGAL_FILE} ${LEGAL}
d34 1
a34 1
	cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
@


1.10
log
@Switch web.mk to share/mk/web.site.mk in English version.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/copyright/Makefile,v 1.9 1999/09/19 11:10:34 wosch Exp $
d34 1
a34 1
${LEGAL}: $${CVSROOT}/${LEGAL_FILE},v
@


1.9
log
@Use cvs(1) instead co(1) for reading the file ports/LEGAL.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/copyright/Makefile,v 1.8 1999/09/06 07:02:42 peter Exp $
d6 3
d38 1
a38 1
.include "../web.mk"
@


1.8
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d14 7
d25 1
d28 2
a29 2
${LEGAL}: $${PORTSBASE}/ports/LEGAL
	cp ${PORTSBASE}/ports/LEGAL LEGAL
d31 2
a32 2
${LEGAL}: $${CVSROOT}/ports/LEGAL,v
	co -q -p ${.ALLSRC} > ${.TARGET}
@


1.7
log
@Support building the ports pages without a local copy of the ports CVS
tree.  Define NOPORTSCVS to make this happen.

Submitted by:  Tom Hukins <tom@@eborcom.com>
PR: docs/10099
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.6 1998/10/15 19:29:45 wosch Exp $
@


1.6
log
@Build license.sgml again.
Cut&paste error by: Jordan
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1998/10/13 04:48:44 jkh Exp $
d19 4
d25 1
@


1.5
log
@Add explicit reference to FreeBSD copyright vs the standard BSD
copyright, which we no longer follow clauses 3 and 4 of.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1998/08/16 12:51:02 wosch Exp $
d8 1
a8 1
DOCS=	freebsd-license.sgml
@


1.4
log
@Added index page.
Distribute /ports/LEGAL
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1998/08/11 11:43:51 wosch Exp $
d8 1
@


1.3
log
@Remove the quotes from exists("filename"). Make(1) considered the
quotes as part of the filename.

Submitted by: volf@@oasis.IAEhv.nl
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1998/08/11 01:18:36 wosch Exp $
d9 1
d11 9
a19 1
DATA+= COPYING COPYING.LIB
@


1.2
log
@Include ../Makefile.conf if exists
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1998/08/03 15:39:13 wosch Exp $
d3 1
a3 1
.if exists("../Makefile.conf")
@


1.1
log
@Added a makefile
@
text
@d1 5
a5 1
# $Id: Makefile,v 1.2 1998/07/15 12:59:42 wosch Exp $
@
