head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.04.18.16.30.56;	author ryusuke;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add 8.3-RELEASE announcement.

o Merge the following from the English version:

	1.432 -> 1.433	www/ja/share/sgml/news.xml
	1.58 -> 1.59	www/ja/releases/Makefile
	1.132 -> 1.133	www/ja/releases/index.sgml
	(new) -> 1.4	www/ja/releases/8.3R/Makefile
	(new) -> 1.1	www/ja/releases/8.3R/announce.sgml
	(new) -> 1.1	www/ja/releases/8.3R/docbook.css

o Update rel2.current.date and u.rel2.notes entities.

			www/ja/share/sgml/l10n.ent
@
text
@# $FreeBSD$
# The FreeBSD Japanese Documentation Project
# Original revision: 1.4

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=	announce.sgml
#DOCS+=	announce.sgml \
#	schedule.sgml

DATA=	docbook.css
#DATA=	docbook.css \
#	errata.html \
#	installation.html \
#	hardware.html \
#	readme.html \
#	relnotes-detailed.html

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@
