42 lines
901 B
Makefile
42 lines
901 B
Makefile
# $FreeBSD: www/ja/copyright/Makefile,v 1.11 1999/12/18 05:13:28 kuriyama Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.9
|
|
|
|
.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
|
|
|
|
### Revision checking
|
|
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
|
|
BUILDTOP= ../..
|
|
DIR_IN_LOCAL= copyright
|
|
|
|
.include "../../web.mk"
|