head	1.8;
access;
symbols
	HRS_XML_CLEANUP:1.7
	HRS_XML_CLEANUP_PRE:1.7
	EMILYBOYD_REDESIGN:1.7
	PRE_REDESIGN:1.7
	XML_XSL_XP:1.7.0.2
	XML_XSL_XP_BP:1.7;
locks; strict;
comment	@# @;


1.8
date	2011.02.26.06.04.52;	author ryusuke;	state Exp;
branches;
next	1.7;

1.7
date	2000.11.07.11.38.00;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2000.10.02.09.16.16;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	99.12.23.01.16.03;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	99.09.06.07.03.26;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	98.07.27.05.07.46;	author hanai;	state Exp;
branches;
next	1.2;

1.2
date	98.03.27.08.23.34;	author hanai;	state Exp;
branches;
next	1.1;

1.1
date	98.03.27.07.29.04;	author hanai;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Merge the following from the English version:

	1.2 -> 1.3	www/ja/releases/2.1.5R/Makefile
	1.7 -> 1.10	www/ja/releases/2.1.5R/notes.sgml
	1.3 -> 1.4	www/ja/releases/2.1.6R/Makefile
	1.6 -> 1.8	www/ja/releases/2.1.6R/notes.sgml
	1.5 -> 1.7	www/ja/releases/2.1.6R/security.sgml
	1.2 -> 1.3	www/ja/releases/2.1.7R/Makefile
	1.8 -> 1.10	www/ja/releases/2.1.7R/notes.sgml
	1.3 -> 1.4	www/ja/releases/2.2R/Makefile
	1.7 -> 1.9	www/ja/releases/2.2R/announce.sgml
	1.5 -> 1.7	www/ja/releases/2.2R/install-media.sgml
	1.8 -> 1.10	www/ja/releases/2.2R/notes.sgml
	1.7 -> 1.9	www/ja/releases/2.2.1R/notes.sgml
	1.3 -> 1.4	www/ja/releases/2.2.2R/Makefile
	1.8 -> 1.11	www/ja/releases/2.2.2R/errata.sgml
	1.7 -> 1.9	www/ja/releases/2.2.2R/notes.sgml
	1.3 -> 1.4	www/ja/releases/2.2.5R/Makefile
	1.7 -> 1.11	www/ja/releases/2.2.5R/announce.sgml
	1.11 -> 1.13	www/ja/releases/2.2.5R/errata.sgml
	1.7 -> 1.9	www/ja/releases/2.2.5R/notes.sgml
	1.2 -> 1.3	www/ja/releases/2.2.6R/Makefile
	1.7 -> 1.11	www/ja/releases/2.2.6R/announce.sgml
	1.12 -> 1.14	www/ja/releases/2.2.6R/errata.sgml
	1.4 -> 1.6	www/ja/releases/2.2.6R/notes.sgml
	1.2 -> 1.3	www/ja/releases/2.2.7R/Makefile
	1.10 -> 1.12	www/ja/releases/2.2.7R/announce.sgml
	1.10 -> 1.12	www/ja/releases/2.2.7R/errata.sgml
	1.6 -> 1.8	www/ja/releases/2.2.7R/notes.sgml
	1.2 -> 1.3	www/ja/releases/2.2.8R/Makefile
	1.6 -> 1.8	www/ja/releases/2.2.8R/announce.sgml
	1.13 -> 1.15	www/ja/releases/2.2.8R/errata.sgml
	1.6 -> 1.9	www/ja/releases/2.2.8R/notes.sgml

Based on work by: Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
Reference:	  [doc-jp-work 1485]
@
text
@# $FreeBSD: www/ja/releases/2.2.6R/Makefile,v 1.7 2000/11/07 11:38:00 kuriyama Exp $
# 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+=	notes.sgml
DOCS+=	errata.sgml

### Revision checking
REVCHECK=	YES

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


1.7
log
@Switch web.mk to share/mk/web.site.mk in Japanese version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/releases/2.2.6R/Makefile,v 1.6 2000/10/02 09:16:16 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.2
d12 3
a14 1
DOCS=	announce.sgml notes.sgml errata.sgml
@


1.6
log
@Clean-up around directory traversing and revision checking.

Submitted by:	hrs
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/releases/2.2.6R/Makefile,v 1.5 1999/12/23 01:16:03 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.1
d5 6
a10 1
LOCALTOP= ../..
d17 1
a17 1
.include "${LOCALTOP}/web.mk"
@


1.5
log
@Add "Synchronization Status" feature in Japanese web pages.

5. Add statement to include *.revinc for each *.sgml files.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/releases/2.2.6R/Makefile,v 1.4 1999/09/06 07:03:26 peter Exp $
d5 2
d10 1
a10 3
REVFILES=	${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP=	../../..
DIR_IN_LOCAL=	releases/2.2.6R
d12 1
a12 1
.include "../../../web.mk"
@


1.4
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d6 5
@


1.3
log
@I don't know why, but Makefile is really duplicated.

Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1998/03/27 08:23:34 hanai Exp $
@


1.2
log
@+ Update each files under releases directory for 2.2.6-RELEASE.
+ New translation of releases/2.2.6R/notes.sgml
+ I've committed errata.sgml and announce.sgml under
  releases/2.2.6R directory with ISO-2022-JP encoding,
  which is incorrect and must be changed to EUC-JP encoding.

Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 8
# $Id$
# The FreeBSD Japanese Documentation Project
# Original revision: 1.1

DOCS=	announce.sgml notes.sgml errata.sgml

.include "../../../web.mk"
# $Id: Makefile,v 1.1 1998/03/27 07:29:04 hanai Exp $
@


1.1
log
@Oops!
I've forgotten to add Makefile.
@
text
@d8 7
@
