aboutsummaryrefslogblamecommitdiff
path: root/en_US.ISO8859-1/htdocs/search/Makefile
blob: e0650629b0f926c6552dce6c1b64691608fc0669 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 
                            

                           


                           
 


                      
 

                   
                           
 
                                          
 
                                             
# $FreeBSD$

.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

SUBDIR+= opensearch

INDEXLINK=	search.html

XMLDOCS=	index-site:xsl:sitemap.xml

.include "${DOC_PREFIX}/share/mk/web.site.mk"