Initial import, synchronized with English 1.9

This commit is contained in:
Andrey Zakhvatov 1999-11-01 05:02:54 +00:00
parent 47199ecd55
commit 956e70e8a1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5984

35
ru/copyright/Makefile Normal file
View file

@ -0,0 +1,35 @@
# $FreeBSD: www/en/copyright/Makefile,v 1.9 1999/09/19 11:10:34 wosch Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
DOCS= license.sgml
DOCS+= freebsd-license.sgml
DOCS+= daemon.sgml
DOCS+= copyright.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}: $${CVSROOT}/${LEGAL_FILE},v
cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
.endif
.include "../web.mk"