head	1.14;
access;
symbols
	HRS_XML_CLEANUP:1.13
	HRS_XML_CLEANUP_PRE:1.13
	EMILYBOYD_REDESIGN:1.13
	PRE_REDESIGN:1.13
	XML_XSL_XP:1.13.0.2
	XML_XSL_XP_BP:1.13;
locks; strict;
comment	@# @;


1.14
date	2010.12.29.08.55.28;	author ryusuke;	state dead;
branches;
next	1.13;

1.13
date	2001.03.09.13.14.31;	author kuriyama;	state Exp;
branches;
next	1.12;

1.12
date	2000.11.07.11.37.52;	author kuriyama;	state Exp;
branches;
next	1.11;

1.11
date	2000.10.02.09.16.05;	author kuriyama;	state Exp;
branches;
next	1.10;

1.10
date	99.12.23.01.15.46;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	99.09.07.15.15.46;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	99.09.06.07.03.17;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	98.10.01.16.05.25;	author motoyuki;	state Exp;
branches;
next	1.6;

1.6
date	98.08.26.13.36.47;	author motoyuki;	state Exp;
branches;
next	1.5;

1.5
date	98.08.12.09.04.06;	author hanai;	state Exp;
branches;
next	1.4;

1.4
date	98.08.11.05.38.30;	author hanai;	state Exp;
branches;
next	1.3;

1.3
date	98.08.10.12.59.11;	author kuriyama;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.14
log
@Remove obsolete alpha and conspectus subdirectories.
@
text
@# $FreeBSD: www/ja/alpha/Makefile,v 1.13 2001/03/09 13:14:31 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.8

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

DOCS=   alpha.sgml
DOCS+=	index.sgml

### Revision checking
REVCHECK=	yes

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


1.13
log
@Merge changes (add index.sgml) in the English version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/alpha/Makefile,v 1.12 2000/11/07 11:37:52 kuriyama Exp $
@


1.12
log
@Switch web.mk to share/mk/web.site.mk in Japanese version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/alpha/Makefile,v 1.11 2000/10/02 09:16:05 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.7
d13 1
a13 2

INDEXLINK=alpha.html
@


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

Submitted by:	hrs
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/alpha/Makefile,v 1.10 1999/12/23 01:15:46 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.6
d5 5
a9 4
LOCALTOP= ..

.if exists(${LOCALTOP}/Makefile.conf)
.include "${LOCALTOP}/Makefile.conf"
d19 1
a19 1
.include "${LOCALTOP}/web.mk"
@


1.10
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/alpha/Makefile,v 1.9 1999/09/07 15:15:46 kuriyama Exp $
d5 4
a8 2
.if exists(../Makefile.conf)
.include "../Makefile.conf"
d10 1
a10 1
 
d16 1
a16 3
REVFILES=	${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP=	../..
DIR_IN_LOCAL=	alpha
d18 1
a18 1
.include "../../web.mk"
@


1.9
log
@Bump "Original revision" header.
($Id$ -> $FreeBSD$ migration)
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/alpha/Makefile,v 1.8 1999/09/06 07:03:17 peter Exp $
d12 5
@


1.8
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d3 1
a3 1
# Original revision: 1.5
@


1.7
log
@Merge the following changes in the English version:
    Makefile   : 1.4 -> 1.5
    alpha.sgml : 1.1 -> 1.2

    Remove bootstrapping.sgml and current.sgml
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.6 1998/08/26 13:36:47 motoyuki Exp $
@


1.6
log
@New translation:
    alpha/current.sgml

Related changes:
    alpha/Makefile
    alpha/alpha.sgml
    news/qnewsletter-1-3.sgml

    MIYASHITA kensuke <miyasita@@hashilab.ee.ous.ac.jp>
    Motoyuki Konno <motoyuki@@FreeBSD.ORG>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1998/08/12 09:04:06 hanai Exp $
d3 1
a3 1
# Original revision: 1.4
a9 2
DOCS+=  current.sgml
DOCS+=  bootstrapping.sgml
@


1.5
log
@Following changes in the English version are merged.

  alpha/Makefile       1.3  -> 1.4
  commercial/Makefile  1.4  -> 1.5
  copyright/Makefile   1.2  -> 1.3
  docproj/Makefile     1.5  -> 1.6
  gallery/Makefile     1.4  -> 1.5
  internal/Makefile    1.9  -> 1.10
  news/Makefile        1.4  -> 1.5
  ports/Makefile       1.13 -> 1.14
  projects/Makefile    1.4  -> 1.5
  releases/Makefile    1.12 -> 1.13
  search/Makefile      1.3  -> 1.4
  security/Makefile    1.3  -> 1.4

Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1998/08/11 05:38:30 hanai Exp $
d10 1
a10 2

# DOCS+=  current.sgml
@


1.4
log
@Following changes in the English version are merged.

  alpha/Makefile       1.2  -> 1.3
  commercial/Makefile  1.3  -> 1.4
  copyright/Makefile   1.1  -> 1.2
  docproj/Makefile     1.4  -> 1.5
  gallery/Makefile     1.3  -> 1.4
  internal/Makefile    1.8  -> 1.9
  news/Makefile        1.3  -> 1.4
  ports/Makefile       1.8  -> 1.13
  projects/Makefile    1.3  -> 1.4
  releases/Makefile    1.11 -> 1.12
  search/Makefile      1.2  -> 1.3
  security/Makefile    1.2  -> 1.3

Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1998/08/10 12:59:11 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.3
d5 1
a5 1
.if exists("../Makefile.conf")
@


1.3
log
@Changes in the English version are merged:

	docproj/who.sgml             1.2 -> 1.3
	internal/Makefile            1.7 -> 1.8
	news/qnewsletter-1-3.sgml    1.1 -> 1.2
	projects/newbies.sgml        1.5 -> 1.6
	releases/2.2.7R/errata.sgml  1.3 -> 1.4
	security/security.sgml       1.3 -> 1.4

Submitted by:	Motoyuki Konno <motoyuki@@snipe.rim.or.jp>

New translations of alpha/bootstrapping.sgml and
internal/internal.sgml.

Submitted by:	Atushi Sakauchi <sakauchi@@micon.co.jp>
		Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1998/08/09 16:22:16 kuriyama Exp $
d3 5
a7 1
# Original revision: 1.2
@


1.2
log
@Changes in the English version are merged:

	Makefile:	1.36 --> 1.42
	applications.sgml:	1.7  --> 1.8
	doc.hdr:	1.6  --> 1.7
	doc.sgml:	1.47 --> 1.50
	includes.sgml:	1.20 --> 1.21
	index.html:	1.48 --> 1.53
	internet.sgml:	1.11 --> 1.12
	publish.sgml:	1.10 --> 1.12
	support.sgml:	1.89 --> 1.92
	where.sgml:	1.25 --> 1.26
	alpha/Makefile:	1.1  --> 1.2
	commercial/commercial.sgml:	1.25 --> 1.26
	commercial/Makefile:		     --> 1.3
	copyright/daemon.sgml:	1.6  --> 1.8
	copyright/license.sgml:	1.2  --> 1.3
	copyright/Makefile:	     --> 1.1
	docproj/Makefile:	1.2  --> 1.4
	docproj/docproj.sgml:	1.11 --> 1.12
	docproj/translations.sgml:	1.3  --> 1.5
	gallery/Makefile:	     --> 1.3
	gallery/gallery.sgml:	1.36 --> 1.39
	internal/Makefile:	     --> 1.7
	internal/about.sgml:	1.14 --> 1.18
	internal/mirror.sgml:	1.5  --> 1.6
	internal/machines.sgml:	1.3  --> 1.5
	internal/resignation.sgml:	1.1  --> 1.2
	news/Makefile:		1.2  --> 1.3
	news/newsflash.sgml:	1.89 --> 1.91
	news/press.sgml:	1.12 --> 1.15
	projects/Makefile:	     --> 1.3
	projects/mozilla.sgml:	1.2  --> 1.4
	projects/newvies.sgml:	1.3  --> 1.5
	release/2.2.6R/announce.sgml:	1.1  --> 1.2
	release/2.2.7R/announce.sgml:	1.3  --> 1.4
	release/index.sgml:	1.21 --> 1.22
	search/Makefile:	1.36 --> 1.2  (???)
	search/index-site.sgml:	1.15 --> 1.16
	search/search.sgml:	1.32 --> 1.33
	search/search-mid.sgml:	1.3  --> 1.4
	search/searchhints.sgml:	1.3  --> 1.4
	search/web.atoz:	1.34 --> 1.38
	security/Makefile:	1.1  --> 1.2

Submitted by:	Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1998/07/30 02:35:20 hanai Exp $
d8 1
a8 1
# DOCS+=  bootstrapping.sgml
@


1.1
log
@New tranlation and changes in the related files.

Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id$
d3 1
a3 1
# Original revision: 1.1
d9 3
a11 1
 
@
