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


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

1.1
date	2009.07.21.06.12.12;	author hrs;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Activate webresources page.

	www/ja/support/Makefile

- Merge the following from the English version:

        (new) -> 1.3	www/ja/support/webresources.sgml

Submitted by:   Hiroki Kobayashi <solidsneak at hyper.cx>, ryusuke
Reviewed by:    Hiroo Ono <hiroo at jp dot FreeBSD dot org>, ryusuke
References:     [doc-jp-work 1492, 1519, 1521, 1522, 2033]
@
text
@# $FreeBSD: www/ja/support/Makefile,v 1.1 2009/07/21 06:12:12 hrs Exp $
# Original Revision: 1.1

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

DOCS=	bugreports.sgml webresources.sgml

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


1.1
log
@Merge the following from the English version:

	(new) -> 1.1	www/ja/support/Makefile
	(new) -> 1.5	www/ja/support/bugreports.sgml

Submitted by:	Hiroki Kobayashi <solidsneak _at_ hyper dot cx>
			(bugreports.sgml : new -> 1.2),
		Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
			(bugreports.sgml : 1.2 -> 1.5),
		Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
			(Makefile).
Reviewed by:	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>,
		Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1493, 1519, 1522, 1994, 1995]
@
text
@d1 1
a1 1
# $FreeBSD$
d11 1
a11 2
#DOCS=	bugreports.sgml webresources.sgml
DOCS=	bugreports.sgml
@

