Merge from the English version.

This commit is contained in:
Jun Kuriyama 1999-09-07 14:22:58 +00:00
parent 7c67a5f6bb
commit 0193be1a13
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5558
2 changed files with 11 additions and 4 deletions

View file

@ -1,11 +1,13 @@
# $FreeBSD$
# $FreeBSD: www/ja/commercial/Makefile,v 1.7 1999/09/06 07:03:17 peter Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.7
# Original revision: 1.9
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
PERL= perl5
DOCS = commercial.sgml
# DOCS+= consulting.sgml
# DOCS+= consulting_bycat.sgml

View file

@ -1,6 +1,6 @@
# $FreeBSD$
# $FreeBSD: www/ja/copyright/Makefile,v 1.9 1999/09/06 07:03:17 peter Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.6
# Original revision: 1.8
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -18,7 +18,12 @@ INDEXLINK= copyright.html
# FreeBSD Ports redistribution restrictions
#LEGAL= LEGAL
#CLEANFILES+= ${LEGAL}
#.if defined(NOPORTSCVS)
#${LEGAL}: $${PORTSBASE}/ports/LEGAL
# cp ${PORTSBASE}/ports/LEGAL LEGAL
#.else
#${LEGAL}: $${CVSROOT}/ports/LEGAL,v
# co -q -p ${.ALLSRC} > ${.TARGET}
#.endif
.include "../../web.mk"