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	2011.05.28.23.46.32;	author ryusuke;	state Exp;
branches;
next	1.13;

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

1.12
date	2000.10.05.16.31.17;	author hrs;	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	2000.05.07.01.55.55;	author kuriyama;	state Exp;
branches;
next	1.9;

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

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

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

1.6
date	99.02.04.17.40.45;	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.09.16.22.16;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	98.08.04.12.31.46;	author wosch;	state Exp;
branches;
next	1.1;

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


desc
@@


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

	1.14 -> 1.18	www/ja/commercial/Makefile
	1.7 -> (dead)	www/ja/commercial/includes.sgml

- The link to &enbase;/commercial/*.html is changed to the link to
  &base;/commercial/*.html.

	www/ja/commercial/commercial.sgml
	www/ja/share/sgml/navibar.l10n.ent
@
text
@# $FreeBSD: www/ja/commercial/Makefile,v 1.13 2000/11/07 11:37:52 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.18

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

DOCS=		commercial.sgml
INDEXLINK=	commercial.html

XSLT.DEFAULT=		${XSL_ENTRIES}
DEPENDSET.DEFAULT=	commercial

XMLDOCS=	consult::${XML_COMMERCIAL_CONSULT}:
PARAMS.consult=	--param pagename "'Consulting Services'" \
		--param basename "'consult.html'"

XMLDOCS+=	consult_bycat::${XML_COMMERCIAL_CONSULT}:
PARAMS.consult_bycat=\
		--param pagename "'Consulting Services'" \
		--param basename "'consult.html'" \
		--param sort "'bycat'"

XMLDOCS+=	hardware::${XML_COMMERCIAL_HARDWARE}:
PARAMS.hardware= --param pagename "'Hardware Vendors'"

XMLDOCS+=	isp::${XML_COMMERCIAL_ISP}:
PARAMS.isp=	--param pagename "'Internet Service Providers'"

XMLDOCS+=	misc::${XML_COMMERCIAL_MISC}:
PARAMS.misc=	--param pagename "'Miscellaneous Vendors'"

XMLDOCS+=	software::${XML_COMMERCIAL_SOFTWARE}:
PARAMS.software=--param pagename "'Software Vendors'"

XMLDOCS+=	software_bycat::${XML_COMMERCIAL_SOFTWARE}:
PARAMS.software_bycat=\
		--param pagename "'Software Vendors'" \
		--param basename "'software.html'" \
		--param sort "'bycat'"

### Revision checking
REVCHECK=	yes

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


1.13
log
@Switch web.mk to share/mk/web.site.mk in Japanese version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/commercial/Makefile,v 1.12 2000/10/05 16:31:17 hrs Exp $
d3 1
a3 1
# Original revision: 1.14
d12 2
a13 1
PERL=	perl5
d15 2
a16 7
DOCS = 	commercial.sgml
# DOCS+=  consulting.sgml
# DOCS+=  consulting_bycat.sgml
# DOCS+=  hardware.sgml
# DOCS+=  misc.sgml
# DOCS+=  software.sgml
# DOCS+=  software_bycat.sgml
d18 27
a44 1
INDEXLINK=commercial.html
@


1.12
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: www/ja/commercial/Makefile,v 1.11 2000/10/02 09:16:05 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.13
d5 5
a9 4
LOCALTOP= ..

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


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

Submitted by:	hrs
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/commercial/Makefile,v 1.10 2000/05/07 01:55:55 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.12
@


1.10
log
@Bump "Original revision".
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/commercial/Makefile,v 1.9 1999/12/23 01:15:46 kuriyama Exp $
d5 4
a8 2
.if exists(../Makefile.conf)
.include "../Makefile.conf"
d24 1
a24 3
REVFILES=	${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP=	../..
DIR_IN_LOCAL=	commercial
d26 1
a26 1
.include "../../web.mk"
@


1.9
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/commercial/Makefile,v 1.8 1999/09/07 14:22:58 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.9
@


1.8
log
@Merge from the English version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/commercial/Makefile,v 1.7 1999/09/06 07:03:17 peter Exp $
d20 5
@


1.7
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.7
d8 2
@


1.6
log
@Merge the following changes in the English version:
    doc.hdr                    : 1.7  -> 1.9
    mailto.sgml                : 1.9  -> 1.11
    commercial/Makefile        : 1.5  -> 1.7
    commercial/commercial.sgml : 1.26 -> 1.29
    docproj/translations.sgml  : 1.13 -> 1.14
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1998/08/12 09:04:06 hanai Exp $
@


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 $
d3 1
a3 1
# Original revision: 1.5
d11 1
d15 1
@


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


1.3
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.2 1998/08/04 12:31:46 wosch Exp $
d3 5
a7 1
# Original revision: 1.3
@


1.2
log
@Include the right web.mk
@
text
@d1 3
a3 1
# $Id: Makefile,v 1.1 1998/08/03 16:44:06 wosch Exp $
d6 6
@


1.1
log
@Added Makefiles.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1998/08/03 09:47:51 wosch Exp $
d5 1
a5 1
.include <../web.mk>
@
