r42980 -> r51870 head/ja_JP.eucJP/htdocs/community/Makefile r41594 -> r51348 head/ja_JP.eucJP/htdocs/community/irc.xml r28473 -> r51870 head/ja_JP.eucJP/htdocs/community/newsgroups.xml
13 lines
265 B
Makefile
13 lines
265 B
Makefile
# $FreeBSD$
|
|
# Original Revision: r51870
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= irc.xml mailinglists.xml webresources.xml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|