head	1.3;
access;
symbols
	HRS_XML_CLEANUP:1.2
	HRS_XML_CLEANUP_PRE:1.2
	EMILYBOYD_REDESIGN:1.2
	PRE_REDESIGN:1.2
	XML_XSL_XP:1.2.0.2
	XML_XSL_XP_BP:1.2;
locks; strict;
comment	@# @;


1.3
date	2011.08.02.16.59.36;	author ryusuke;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.07.11.38.07;	author kuriyama;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Merge the following from the English version:

	1.2 -> 1.3	www/ja/releases/4.1.1R/Makefile
	1.2 -> 1.6	www/ja/releases/4.1.1R/announce.sgml
	1.2 -> 1.4	www/ja/releases/4.1.1R/errata.sgml
	1.4 -> 1.7	www/ja/releases/4.1.1R/notes.sgml
@
text
@# $FreeBSD: www/ja/releases/4.1.1R/Makefile,v 1.2 2000/11/07 11:38:07 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+=	errata.sgml
DOCS+=	notes.sgml

### Revision checking
REVCHECK=	YES

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


1.2
log
@Switch web.mk to share/mk/web.site.mk in Japanese version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/releases/4.1.1R/Makefile,v 1.1 2000/10/05 16:31:18 hrs Exp $
d3 1
a3 1
# Original revision: 1.2
d13 1
a14 1
DOCS+=	errata.sgml
@


1.1
log
@- Just update "original revision" because
  the changes are not need to merge.

	1.12  -> 1.13	commercial/Makefile

- Merge the following from the English version:

	1.24  -> 1.25	releases/Makefile
	1.43  -> 1.44	releases/index.sgml
	1.53  -> 1.55	search/search.sgml

- Add new translations:

	releases/4.1.1R/Makefile
	releases/4.1.1R/announce.sgml
	releases/4.1.1R/errata.sgml
	releases/4.1.1R/notes.sgml

Reviewed by:	HINO Koji <hino@@ccm.cl.nec.co.jp>
References:	[doc-jp 7484]
@
text
@d1 1
a1 1
# $FreeBSD$
d3 1
a3 1
# Original revision: 1.1
d5 6
a10 1
LOCALTOP= ../..
d19 1
a19 1
.include "${LOCALTOP}/web.mk"
@

