doc/ru/copyright/Makefile
Denis Peplin 608d8bf2a4 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)
2003-10-08 08:40:39 +00:00

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"