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


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


desc
@@


1.1
log
@Add 9.0-RELEASE announcement.

o Merge the following from the English version:

	1.175 -> 1.176	www/ja/index.xsl
	1.131 -> 1.132	www/ja/releases/index.sgml
	(new) -> 1.6	www/ja/releases/9.0R/Makefile
	(new) -> 1.1	www/ja/releases/9.0R/announce.sgml
   	    		www/ja/releases/9.0R/docbook.css
	1.124 -> 1.125	www/ja/where.sgml

o Add u.rel3.* entities.
	 www/ja/share/sgml/l10n.ent

Reviewed by :	hrs@@
@
text
@# $FreeBSD$
# The FreeBSD Japanese Documentation Project
# Original revision: 1.6

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

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

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

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