diff --git a/ja/releases/Makefile b/ja/releases/Makefile index 69a0da4b42..5d71a0a3b5 100644 --- a/ja/releases/Makefile +++ b/ja/releases/Makefile @@ -1,19 +1,19 @@ -# $Id: Makefile,v 1.5 1998-08-12 09:04:07 hanai Exp $ +# $Id: Makefile,v 1.6 1998-10-21 02:59:45 motoyuki Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.13 +# Original revision: 1.14 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif DOCS?= index.sgml snapshots.sgml #SUBDIR= 1.1 1.1.5 2.0 2.0.5A 2.0.5R 2.0A 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 +SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 3.0R .if defined $(NEW_BUILD) SUBDIR= .endif .include "../../web.mk"