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)
42 lines
889 B
Makefile
42 lines
889 B
Makefile
# $FreeBSD$
|
|
# 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.13
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= license.sgml
|
|
DOCS+= freebsd-license.sgml
|
|
DOCS+= daemon.sgml
|
|
DOCS+= copyright.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"
|