diff --git a/ja/java/Makefile b/ja/java/Makefile index e2b8b47d8d..0c6032889a 100644 --- a/ja/java/Makefile +++ b/ja/java/Makefile @@ -1,30 +1,26 @@ -# $FreeBSD: www/ja/java/Makefile,v 1.6 2000/09/28 11:58:22 hrs Exp $ +# $FreeBSD: www/ja/java/Makefile,v 1.7 2000/10/02 09:16:07 kuriyama Exp $ # The FreeBSD Japanese Documentation Project # Original revision: 1.2 LOCALTOP= .. .if exists(${LOCALTOP}/Makefile.conf) .include "${LOCALTOP}/Makefile.conf" .endif SUBDIR = dists #SUBDIR+= docs #SUBDIR+= links #DOCS = advocacy.sgml #DOCS+= howhelp.sgml DOCS+= index.sgml DOCS+= install.sgml DOCS+= newsflash.sgml #DOCS+= press.sgml +### Revision checking REVCHECK= YES .include "${LOCALTOP}/web.mk" -REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g} -BUILDTOP= ../.. -DIR_IN_LOCAL= java - -.include "../web.mk" diff --git a/ja/java/dists/Makefile b/ja/java/dists/Makefile index dc2d6c3ebe..8a65687c38 100644 --- a/ja/java/dists/Makefile +++ b/ja/java/dists/Makefile @@ -1,21 +1,17 @@ -# $FreeBSD: www/ja/java/dists/Makefile,v 1.2 2000/09/28 11:58:23 hrs Exp $ +# $FreeBSD: www/ja/java/dists/Makefile,v 1.3 2000/10/02 09:16:09 kuriyama Exp $ # The FreeBSD Japanese Documentation Project # Original revision: 1.3 LOCALTOP= ../.. DOCS= 10.sgml DOCS+= 11.sgml DOCS+= 12.sgml DOCS+= 13.sgml DOCS+= index.sgml ### Revision checking -REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g} -BUILDTOP= ../../.. -DIR_IN_LOCAL= java/dists - REVCHECK= YES .include "${LOCALTOP}/web.mk"