head	1.6;
access;
symbols
	HRS_XML_CLEANUP:1.5
	HRS_XML_CLEANUP_PRE:1.5
	EMILYBOYD_REDESIGN:1.5
	PRE_REDESIGN:1.5
	XML_XSL_XP:1.4.0.2
	XML_XSL_XP_BP:1.4;
locks; strict;
comment	@# @;


1.6
date	2012.01.11.13.40.34;	author pluknet;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.08.08.40.39;	author den;	state Exp;
branches;
next	1.4;

1.4
date	2000.11.10.17.27.32;	author phantom;	state Exp;
branches;
next	1.3;

1.3
date	2000.10.27.12.14.01;	author phantom;	state Exp;
branches;
next	1.2;

1.2
date	99.11.03.10.48.37;	author phantom;	state Exp;
branches;
next	1.1;

1.1
date	99.11.01.05.02.54;	author andy;	state Exp;
branches;
next	;


desc
@@


1.6
log
@MFen:
	1.13 -> 1.14	copyright/Makefile
	1.12 -> 1.13	copyright/copyright.sgml
	1.26 -> 1.31	copyright/daemon.sgml
		1.11	copyright/freebsd-doc-license.sgml
	1.20 -> 1.24	copyright/freebsd-license.sgml
	1.10 -> 1.12	copyright/license.sgml
@
text
@# $FreeBSD: www/ru/copyright/Makefile,v 1.5 2003/10/08 08:40:39 den Exp $
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/copyright/Makefile,v 1.4 2003/10/07 13:44:55 den Exp $
# Original revision: 1.14

.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.5
log
@Merge the following from the English version:

   1.10 -> 1.13 copyright/Makefile
   1.6 -> 1.8 copyright/copyright.sgml
   1.17 -> 1.25 copyright/daemon.sgml
   1.8 -> 1.12 copyright/freebsd-license.sgml

Approved by: phantom (mentor)
@
text
@d1 1
a1 1
# $FreeBSD$
d4 1
a4 1
# Original revision: 1.13
d14 3
a16 1
DOCS=	license.sgml
d18 1
a18 2
DOCS+=	daemon.sgml
DOCS+=	copyright.sgml
@


1.4
log
@Synchronize with FreeBSD russian Documentation Project Repository.

This commit brings in some synchronizations, Original revisions for
all Makefiles, switch from en/web.mk to share/mk/web.site.mk
@
text
@d3 2
a4 2
# $FreeBSDru: frdp/www/ru/copyright/Makefile,v 1.3 2000/11/10 17:04:49 phantom Exp $
# Original revision: 1.10
d18 1
a27 1

d33 1
a33 1
#CLEANFILES+= ${LEGAL}
d36 1
a36 1
#	cp ${PORTSBASE}/${LEGAL_FILE} ${LEGAL}
d38 2
a39 2
#${LEGAL}: $${CVSROOT}/${LEGAL_FILE},v
#	cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
@


1.3
log
@Mega-update of Russian Web pages to current FreeBSD Russian Doc Project's CVS
Repository state.  This commit mostly brings in a lot of translation synches,
spelling fixes, adds new translations.

Obtained from:	FreeBSD Russian Documentation Project CVS Repository
@
text
@d2 3
a4 1
# $FreeBSDru: frdp/www/ru/copyright/Makefile,v 1.2 2000/10/27 11:26:10 phantom Exp $
d10 4
d42 1
a42 1
.include "../web.mk"
@


1.2
log
@Don't try to handle COPYING, COPYING.LIB and LEGAL files. Use english versions.

It should fix problem with webupdate reported by wosch.
@
text
@d1 2
a2 1
# $FreeBSD: www/ru/copyright/Makefile,v 1.1 1999/11/01 05:02:54 andy Exp $
@


1.1
log
@Initial import, synchronized with English 1.9
@
text
@d1 1
a1 1
# $FreeBSD: www/en/copyright/Makefile,v 1.9 1999/09/19 11:10:34 wosch Exp $
d21 1
a21 1
DATA+= COPYING COPYING.LIB ${LEGAL}
d23 11
a33 11
# 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}: $${CVSROOT}/${LEGAL_FILE},v
	cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
.endif
@

