r49927 -> r51293 head/ja_JP.eucJP/htdocs/docs/books.xml r30511 -> r39631 head/ja_JP.eucJP/htdocs/docs/Makefile
13 lines
250 B
Makefile
13 lines
250 B
Makefile
# $FreeBSD$
|
|
# Original Revision: r39631
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= books.xml webresources.xml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|