diff --git a/ja/releases/Makefile b/ja/releases/Makefile index 6a06b56b43..a4be3bea44 100644 --- a/ja/releases/Makefile +++ b/ja/releases/Makefile @@ -1,27 +1,27 @@ -# $FreeBSD: www/ja/releases/Makefile,v 1.20 2000/10/05 16:31:17 hrs Exp $ +# $FreeBSD: www/ja/releases/Makefile,v 1.21 2000/11/07 11:37:57 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.25 +# Original revision: 1.26 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS?= index.sgml snapshots.sgml #SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R SUBDIR= 2.1.5R 2.1.6R 2.1.7R 2.2R SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R SUBDIR+= 3.3R 3.4R 3.5R SUBDIR+= 4.0R 4.1R 4.1.1R .if defined $(NEW_BUILD) SUBDIR= .endif ### Revision checking REVCHECK= YES .include "${WEB_PREFIX}/share/mk/web.site.mk"