head	1.5;
access;
symbols
	HRS_XML_CLEANUP:1.4
	HRS_XML_CLEANUP_PRE:1.4
	EMILYBOYD_REDESIGN:1.4
	PRE_REDESIGN:1.4
	XML_XSL_XP:1.4.0.2
	XML_XSL_XP_BP:1.4;
locks; strict;
comment	@# @;


1.5
date	2010.12.29.08.55.28;	author ryusuke;	state dead;
branches;
next	1.4;

1.4
date	2000.12.30.14.25.13;	author hrs;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2000.06.18.23.06.42;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove obsolete alpha and conspectus subdirectories.
@
text
@# $FreeBSD: www/ja/conspectus/Makefile,v 1.4 2000/12/30 14:25:13 hrs 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=   index.sgml 

# not translated yet
#SUBDIR=	stable
#SUBDIR+= advocacy

### Revision checking
REVCHECK=	yes

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


1.4
log
@- Merge the following from the English version:

	1.2   -> 1.3  	conspectus/Makefile
	1.4   -> 1.7  	conspectus/index.sgml
	1.11  -> 1.12 	internal/developer.sgml
	1.15  -> 1.18 	java/newsflash.sgml
	1.233 -> 1.235	news/newsflash.sgml
	1.167 -> 1.168	news/press.sgml
	1.48  -> 1.51 	ports/ports.inc
	1.50  -> 1.51 	search/web.atoz

- Add new translations and activate them.

	Makefile
	platforms/Makefile
	platforms/ia64.sgml
	platforms/index.sgml
	platforms/ppc.sgml
        platforms/alpha.sgml
          (based on repo copy of alpha/alpha.sgml)
	smp/Makefile
	smp/index.sgml
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/conspectus/Makefile,v 1.3 2000/11/07 11:37:53 kuriyama Exp $
@


1.3
log
@Switch web.mk to share/mk/web.site.mk in Japanese version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/conspectus/Makefile,v 1.2 2000/10/02 09:16:05 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.2
d16 1
@


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

Submitted by:	hrs
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/conspectus/Makefile,v 1.1 2000/06/18 23:06:42 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.1
d5 5
a9 4
LOCALTOP= ..

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


1.1
log
@o Add the following new translations:

	(new) -> 1.1	conspectus/Makefile
	(new) -> 1.1	conspectus/Makefile.inc
	(new) -> 1.2	conspectus/index.sgml

Submitted by:	Iwakuni Tomohiko <iwakuni@@sidemenu.org>
Reviewed by:	Hiroki Sato <hrs@@geocities.co.jp>
References:	[doc-jp 7462]
@
text
@d1 1
a1 1
# $FreeBSD$
d5 4
a8 2
.if exists(../Makefile.conf)
.include "../Makefile.conf"
d17 1
a17 3
REVFILES=	${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP=	../..
DIR_IN_LOCAL=	conspectus
d19 1
a19 1
.include "../../web.mk"
@

