doc/ja/copyright/Makefile
Hideyuki KURASHINA 759d13659b Add new Japanese translation and hook up it:
1.12  -> 1.13   copyright/Makefile
   (new) -> 1.7    copyright/trademarks.html
2003-11-02 07:36:56 +00:00

44 lines
911 B
Makefile

# $FreeBSD: www/ja/copyright/Makefile,v 1.16 2001/11/18 22:33:58 hrs Exp $
# The FreeBSD Japanese Documentation Project
# 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
### Revision checking
REVCHECK= yes
.include "${WEB_PREFIX}/share/mk/web.site.mk"