head	1.2;
access;
symbols
	HRS_XML_CLEANUP:1.1
	HRS_XML_CLEANUP_PRE:1.1
	EMILYBOYD_REDESIGN:1.1
	PRE_REDESIGN:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.01.09.17.30.36;	author ryusuke;	state Exp;
branches;
next	1.1;

1.1
date	2002.08.17.20.31.10;	author hrs;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Merge the following from the English version:

	1.2 -> 1.4	www/ja/releases/4.6.2R/Makefile
	1.3 -> 1.5	www/ja/releases/4.6.2R/announce.sgml
	1.1 -> 1.3	www/ja/releases/4.6.2R/hardware.sgml
	1.1 -> 1.3	www/ja/releases/4.6.2R/relnotes.sgml
@
text
@# $FreeBSD: www/ja/releases/4.6.2R/Makefile,v 1.1 2002/08/17 20:31:10 hrs Exp $
# Original revision: 1.4

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

DOCS=	announce.sgml
DOCS+=	hardware.sgml
DOCS+=	relnotes.sgml

DATA=	docbook.css
#DATA+=	errata.html
#DATA+=	hardware-alpha.html
#DATA+=	hardware-i386.html
#+DATA+=	readme.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-i386.html

### Revision checking
REVCHECK=       YES

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


1.1
log
@- Merge the following from the English version:

	1.34  -> 1.35 	auditors.sgml
	1.31  -> 1.32 	availability.sgml
	1.26  -> 1.27 	mailto.sgml
	1.51  -> 1.52 	publish.sgml
	1.26  -> 1.28 	send-pr.sgml
	1.55  -> 1.56 	where.sgml
	1.13  -> 1.14 	releases/snapshots.sgml
	1.1   -> 1.2  	releases/4.6R/announce.sgml
	1.23  -> 1.24 	search/index-site.sgml
	1.76  -> 1.81 	search/search.sgml

- Add new translations (not activated yet):

	(new) -> 1.2  	releases/4.6.2R/Makefile
	(new) -> 1.2  	releases/4.6.2R/announce.sgml
	(new)         	releases/4.6.2R/docbook.css
	(new) -> 1.1  	releases/4.6.2R/hardware.sgml
	(new) -> 1.1  	releases/4.6.2R/relnotes.sgml
@
text
@d1 2
a2 2
# $FreeBSD$
# Original revision: 1.2
d11 3
a13 4
#DOCS=	hardware.sgml relnotes.sgml
DOCS=	relnotes.sgml
DOCS+=	announce.sgml
# contents.sgml
d17 5
a21 3
#DATA+=	hardware-alpha.html hardware-i386.html
DATA+=	relnotes-alpha.html relnotes-i386.html
#DATA+=	cd1.txt cd2.txt cd3.txt cd4.txt mini.txt
@

