r32942 -> r51644 head/ja_JP.eucJP/htdocs/search/Makefile r50979 -> r51644 head/ja_JP.eucJP/htdocs/search/search.xml
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# $FreeBSD$
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: r51664
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS+= search.xml
|
|
DOCS+= searchhints.xml
|
|
DOCS+= search-mid.xml
|
|
|
|
INDEXLINK= search.html
|
|
|
|
XMLDOCS= index-site:xsl:sitemap.xml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|