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


1.2
date	2010.07.15.11.21.35;	author ryusuke;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@Merge the following from the English version:

  1.5   -> 1.6	Makefile
  (new) -> 1.3  webresources.sgml

Submitted by:	Hiroo Ono  <hiroo _at_ jp dot FreeBSD dot jp>
Reference:	[doc-jp-work 1465]
@
text
@# $FreeBSD: www/ja/docs/Makefile,v 1.1 2010/07/05 17:00:55 ryusuke Exp $
# Original Revision: 1.6

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

DOCS=   books.sgml webresources.sgml

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


1.1
log
@- Merge the following from the English version:
	(new) -> 1.5 www/ja/docs/Makefile
	(new) -> 1.7 www/ja/docs/books.sgml

- Activate www/ja/docs
	www/ja/Makefile

Submitted by: 	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
Reference:	[doc-jp-work 1475]
@
text
@d1 2
a2 2
# $FreeBSD$
# Original Revision: 1.5
d11 1
a11 3
DOCS=    books.sgml
#DOCS+=   man.sgml
#DOCS+=   webresources.sgml
@

