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

1.1
date	2004.03.05.04.29.47;	author rushani;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Merge the following from the English version:

	1.6 -> 1.8	www/ja/releases/5.0R/Makefile
	1.3 -> 1.7	www/ja/releases/5.0R/announce.sgml
	1.3 -> 1.5	www/ja/releases/5.0R/hardware.sgml
	1.3 -> 1.6	www/ja/releases/5.0R/installation.sgml
	1.2 -> 1.4	www/ja/releases/5.0R/relnotes.sgml
	1.3 -> 1.5	www/ja/releases/5.1R/Makefile
	1.1 -> 1.5	www/ja/releases/5.1R/announce.sgml
	1.2 -> 1.4	www/ja/releases/5.1R/hardware.sgml
	1.2 -> 1.4	www/ja/releases/5.1R/installation.sgml
	1.2 -> 1.4	www/ja/releases/5.1R/relnotes.sgml
	1.4 -> 1.7	www/ja/releases/5.2R/Makefile
	1.4 -> 1.8	www/ja/releases/5.2R/announce.sgml
	1.1 -> 1.3	www/ja/releases/5.2R/hardware.sgml
	1.1 -> 1.3	www/ja/releases/5.2R/relnotes.sgml
	1.2 -> 1.5	www/ja/releases/5.2.1R/Makefile
	1.2 -> 1.6	www/ja/releases/5.2.1R/announce.sgml
	1.1 -> 1.3	www/ja/releases/5.2.1R/hardware.sgml
	1.1 -> 1.3	www/ja/releases/5.2.1R/relnotes.sgml
	1.1 -> 1.3	www/ja/releases/5.3R/hardware.sgml
	1.1 -> 1.3	www/ja/releases/5.4R/hardware.sgml

Reference: [doc-jp-work 1484]
@
text
@# $FreeBSD: www/ja/releases/5.2.1R/Makefile,v 1.1 2004/03/05 04:29:47 rushani Exp $
# Original revision: 1.5

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

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

DATA=	docbook.css
DATA+=  errata.html
DATA+=  early-adopter.html
DATA+=  hardware-alpha.html
DATA+=  hardware-amd64.html
DATA+=  hardware-ia64.html
DATA+=  hardware-i386.html
DATA+=  hardware-pc98.html
DATA+=  hardware-sparc64.html
#DATA+=  installation-alpha.html
#DATA+=  installation-amd64.html
#DATA+=  installation-ia64.html
#DATA+=  installation-i386.html
#DATA+=  installation-pc98.html
#DATA+=  installation-sparc64.html
#DATA+=  readme.html
DATA+=  relnotes-alpha.html
DATA+=  relnotes-amd64.html
DATA+=  relnotes-ia64.html
DATA+=  relnotes-i386.html
DATA+=  relnotes-pc98.html
DATA+=  relnotes-sparc64.html

### Revision checking
REVCHECK=	YES

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


1.1
log
@Add Japanese 5.2.1-RELEASE release documents:

  (new) -> 1.2	releases/5.2.1R/Makefile
  (new) -> 1.2	releases/5.2.1R/announce.sgml
  (new) -> 1.1	releases/5.2.1R/docbook.css
  (new) -> 1.1	releases/5.2.1R/early-adopter.html
  (new) -> 1.3	releases/5.2.1R/errata.html
  (new) -> 1.1	releases/5.2.1R/hardware-alpha.html
  (new) -> 1.1	releases/5.2.1R/hardware-amd64.html
  (new) -> 1.1	releases/5.2.1R/hardware-i386.html
  (new) -> 1.1	releases/5.2.1R/hardware-ia64.html
  (new) -> 1.1	releases/5.2.1R/hardware-pc98.html
  (new) -> 1.1	releases/5.2.1R/hardware-sparc64.html
  (new) -> 1.1	releases/5.2.1R/hardware.sgml
  (new) -> 1.1	releases/5.2.1R/relnotes-alpha.html
  (new) -> 1.1	releases/5.2.1R/relnotes-amd64.html
  (new) -> 1.1	releases/5.2.1R/relnotes-i386.html
  (new) -> 1.1	releases/5.2.1R/relnotes-ia64.html
  (new) -> 1.1	releases/5.2.1R/relnotes-pc98.html
  (new) -> 1.1	releases/5.2.1R/relnotes-sparc64.html
  (new) -> 1.1	releases/5.2.1R/relnotes.sgml
  1.39  -> 1.41	releases/Makefile
  1.95  -> 1.97	releases/index.sgml
@
text
@d1 2
a2 2
# $FreeBSD$
# Original revision: 1.2
d11 4
a14 2
DOCS=	hardware.sgml relnotes.sgml
DOCS+=	announce.sgml
d25 7
@

