head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2010.05.07.12.37.15;	author ryusuke;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Merge the following from the English version:
	(new) -> 1.1	developers/Makefile
	(new) -> 1.10	developers/cvs.sgml

- Activate developers.
	www/ja/Makefile

- Fix links to developers/cvs.html.
	www/ja/search/web.atoz
	www/ja/share/sgml/navibar.l10n.ent
@
text
@# $FreeBSD$
# Original Revision: 1.1

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

DOCS=   cvs.sgml

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