head	1.14;
access;
symbols
	HRS_XML_CLEANUP:1.12
	HRS_XML_CLEANUP_PRE:1.12
	EMILYBOYD_REDESIGN:1.12
	PRE_REDESIGN:1.12
	XML_XSL_XP:1.11.0.2
	XML_XSL_XP_BP:1.11;
locks; strict;
comment	@# @;


1.14
date	2011.05.18.17.11.29;	author ryusuke;	state Exp;
branches;
next	1.13;

1.13
date	2010.06.24.17.23.39;	author ryusuke;	state Exp;
branches;
next	1.12;

1.12
date	2001.11.17.17.21.09;	author hrs;	state Exp;
branches;
next	1.11;

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

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

1.9
date	2000.09.30.12.30.40;	author hrs;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.24.02.16.33;	author kuriyama;	state Exp;
branches;
next	1.7;

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

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

1.5
date	99.09.06.07.03.29;	author peter;	state Exp;
branches;
next	1.4;

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

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

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

1.1
date	98.08.03.16.44.13;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Merge the following from the English version:

	1.9 -> 1.10	www/ja/search/Makefile
	1.27 -> 1.29	www/ja/search/index-site.sgml
	1.8 -> 1.10	www/ja/search/search-mid.sgml
	1.8 -> 1.10	www/ja/search/searchhints.sgml
@
text
@# $FreeBSD: www/ja/search/Makefile,v 1.13 2010/06/24 17:23:39 ryusuke Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.10

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

# These are turned into validated, normalized HTML files.

DOCS+= index-site.sgml
DOCS+= search.sgml 
DOCS+= searchhints.sgml
DOCS+= search-mid.sgml

#SUBDIR+= opensearch

INDEXLINK=      search.html
CLEANFILES+=atoz.sgml site.sgml

index-site.html: atoz.sgml site.sgml
atoz.sgml: web.atoz 
	${SORT} -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/../../en/search/atoz.pl > ${.TARGET}

site.sgml: site.map
	${PERL} ${.CURDIR}/../../en/search/site.pl < ${.ALLSRC} > ${.TARGET}

### Revision checking
REVCHECK=	YES

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


1.13
log
@- Add site.map

	(new) -> 1.31	www/ja/search/site.map

- Activate site.map

	www/ja/search/Makefile
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/search/Makefile,v 1.12 2001/11/17 17:21:09 hrs Exp $
d3 1
a3 1
# Original revision: 1.9
d19 2
@


1.12
log
@Catch up with the English version:

	1.74  -> 1.75 	Makefile
	1.5   -> 1.6  	doc.ftr
	1.121 -> 1.129	docs.sgml
	1.8   -> 1.9  	search/Makefile
	1.71  -> 1.72 	search/search.sgml
	1.52  -> 1.54 	search/web.atoz
	1.69  -> 1.72 	security/security.sgml
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/search/Makefile,v 1.11 2000/11/07 11:38:09 kuriyama Exp $
d26 1
a26 1
site.sgml: ${.CURDIR}/../../en/search/site.map
@


1.11
log
@Switch web.mk to share/mk/web.site.mk in Japanese version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/search/Makefile,v 1.10 2000/10/02 09:16:21 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.8
d24 1
a24 1
	sort -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/../../en/search/atoz.pl > ${.TARGET}
@


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

Submitted by:	hrs
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/search/Makefile,v 1.9 2000/09/30 12:30:40 hrs Exp $
d3 1
a3 1
# Original revision: 1.7
d5 5
a9 4
LOCALTOP= ..

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


1.9
log
@Merge the following from the English version:

	1.6   -> 1.7  	search/Makefile
	1.51  -> 1.53 	search/search.sgml
	1.15  -> 1.16 	tutorials/index.sgml
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/search/Makefile,v 1.8 2000/04/24 02:16:33 kuriyama Exp $
d5 4
a8 2
.if exists(../Makefile.conf)
.include "../Makefile.conf"
d24 1
d29 1
a29 3
REVFILES=	${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP=	../..
DIR_IN_LOCAL=	search
d31 1
a31 1
.include "../../web.mk"
@


1.8
log
@Following changes in the English version are merged:

	1.5 -> 1.6	search/Makefile
	1.18 -> 1.19	search/index-site.sgml
	1.47 -> 1.50	search/search.sgml
	1.47 -> 1.48	search/web.atoz

Submitted by:	Shun SUZUKI <si006@@ccm.gs.niigata-u.ac.jp>
Reference:	[doc-jp 7314]
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/search/Makefile,v 1.7 1999/12/23 01:16:11 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.6
d19 1
a19 1
index-site.sgml: atoz.sgml site.sgml
d21 3
a23 3
	sort -fu web.atoz | ${PERL} ../../en/search/atoz.pl > ${.TARGET}
site.sgml: ../../en/search/site.map
	${PERL} ../../en/search/site.pl < ${.ALLSRC} > ${.TARGET}
@


1.7
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/search/Makefile,v 1.6 1999/09/07 15:15:59 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.5
d21 1
a21 1
	sort -fu web.atoz | perl ../../en/search/atoz.pl > ${.TARGET}
d23 1
a23 1
	perl ../../en/search/site.pl < ${.ALLSRC} > ${.TARGET}
@


1.6
log
@Bump "Original revision" header.
($Id$ -> $FreeBSD$ migration)
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/search/Makefile,v 1.5 1999/09/06 07:03:29 peter Exp $
d24 5
@


1.5
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.4
@


1.4
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.3 1998/08/11 05:38:32 hanai Exp $
@


1.3
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.2 1998/08/09 16:22:18 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.3
d5 1
a5 1
.if exists("../Makefile.conf")
@


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/08/03 16:44:13 wosch Exp $
d3 5
a7 1
# Original revision: 1.2
@


1.1
log
@Added Makefiles.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.21 1998/07/30 12:54:01 hanai Exp $
d3 1
a3 1
# Original revision: 1.36
d12 1
a12 1

a21 1

@
