doc/ru/copyright/Makefile
Alexey Zelkin b17153d380 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
2000-11-10 17:27:43 +00:00

42 lines
893 B
Makefile

# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/copyright/Makefile,v 1.3 2000/11/10 17:04:49 phantom Exp $
# Original revision: 1.10
.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
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_PREFIX}/share/mk/web.site.mk"