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


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


desc
@@


1.1
log
@Belatedly add 8.2-RELEASE announcement.

	www/ja/releases/8.2R/Makefile
	www/ja/releases/8.2R/announce.sgml
	www/ja/releases/8.2R/docbook.css
	www/ja/releases/Makefile
	www/ja/share/sgml/l10n.ent

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

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

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

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

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