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.03.12.11.50;	author ryusuke;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@Merge the following from the English version:

	1.4 -> 1.7	www/ja/releases/4.6R/Makefile
	1.2 -> 1.6	www/ja/releases/4.6R/announce.sgml
	1.1 -> 1.3	www/ja/releases/4.6R/hardware.sgml
	1.1 -> 1.3	www/ja/releases/4.6R/relnotes.sgml
@
text
@# $FreeBSD: www/ja/releases/4.6R/Makefile,v 1.1 2002/06/23 20:44:39 hrs Exp $
# Original revision: 1.7

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

DOCS=	announce.sgml
#DOCS+=	contents.sgml
DOCS+=	hardware.sgml
#DOCS+=	installation.sgml
#DOCS+=	qa.sgml
DOCS+=	relnotes.sgml
#DOCS+=	schedule.sgml

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

DATA+=	cd1.txt cd2.txt cd3.txt cd4.txt mini.txt

### Revision checking
REVCHECK=       YES

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


1.1
log
@- Add new translations:

	(new) -> 1.4	releases/4.6R/Makefile
	(new) -> 1.1	releases/4.6R/announce.sgml
	(new) -> 1.1	releases/4.6R/hardware.sgml
	(new) -> 1.1	releases/4.6R/relnotes.sgml
	(new)		releases/4.6R/relnotes-alpha.html
	(new)		releases/4.6R/relnotes-i386.html
	(new)		releases/4.6R/docbook.css
	(new)		releases/4.6R/cd1.txt
	(new)		releases/4.6R/cd2.txt
	(new)		releases/4.6R/cd3.txt
	(new)		releases/4.6R/cd4.txt
	(new)		releases/4.6R/mini.txt

- Fix malformed references:

	releases/4.5R/hardware.sgml
@
text
@d1 2
a2 2
# $FreeBSD$
# Original revision: 1.4
a10 1
#DOCS=	announce.sgml contents.sgml
d12 6
a17 2
#DOCS+=	hardware.sgml relnotes.sgml qa.sgml schedule.sgml
DOCS+=	hardware.sgml relnotes.sgml
d21 8
a28 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
@

