and activate them. www/ja/Makefile community/Makefile (new) -> 1.1 community/irc.sgml (new) -> 1.4 community/mailinglists.sgml (new) -> 1.18 community/newsgroups.sgml (new) -> 1.5 community/webresources.sgml (new) -> 1.4 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 1478-1481, 1501, 2049]
13 lines
346 B
Makefile
13 lines
346 B
Makefile
# $FreeBSD: www/en/community/Makefile,v 1.1 2005/10/04 05:44:55 murray Exp $
|
|
# Original Revision: 1.1
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= irc.sgml mailinglists.sgml newsgroups.sgml webresources.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|