Merge from the English version.
This commit is contained in:
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
|
@ -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
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.7
|
# Original revision: 1.9
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
PERL= perl5
|
||||||
|
|
||||||
DOCS = commercial.sgml
|
DOCS = commercial.sgml
|
||||||
# DOCS+= consulting.sgml
|
# DOCS+= consulting.sgml
|
||||||
# DOCS+= consulting_bycat.sgml
|
# DOCS+= consulting_bycat.sgml
|
||||||
|
|
|
@ -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
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.6
|
# Original revision: 1.8
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -18,7 +18,12 @@ INDEXLINK= copyright.html
|
||||||
# FreeBSD Ports redistribution restrictions
|
# FreeBSD Ports redistribution restrictions
|
||||||
#LEGAL= LEGAL
|
#LEGAL= LEGAL
|
||||||
#CLEANFILES+= ${LEGAL}
|
#CLEANFILES+= ${LEGAL}
|
||||||
|
#.if defined(NOPORTSCVS)
|
||||||
|
#${LEGAL}: $${PORTSBASE}/ports/LEGAL
|
||||||
|
# cp ${PORTSBASE}/ports/LEGAL LEGAL
|
||||||
|
#.else
|
||||||
#${LEGAL}: $${CVSROOT}/ports/LEGAL,v
|
#${LEGAL}: $${CVSROOT}/ports/LEGAL,v
|
||||||
# co -q -p ${.ALLSRC} > ${.TARGET}
|
# co -q -p ${.ALLSRC} > ${.TARGET}
|
||||||
|
#.endif
|
||||||
|
|
||||||
.include "../../web.mk"
|
.include "../../web.mk"
|
||||||
|
|
Loading…
Reference in a new issue