2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
1999-02-08 20:26:12 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
2000-11-30 00:57:09 +01:00
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
1999-02-08 20:26:12 +01:00
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS+= search.xml
|
|
|
|
DOCS+= searchhints.xml
|
|
|
|
DOCS+= search-mid.xml
|
1999-02-08 20:26:12 +01:00
|
|
|
|
|
|
|
INDEXLINK= search.html
|
|
|
|
|
2012-08-05 15:41:44 +02:00
|
|
|
XMLDOCS= index-site:xsl:sitemap.xml
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|