doc/hu/search/Makefile
Giorgos Keramidas 13296ebe61 Add new translation of our web site, in Hungarian.
PR:		106417
Submitted by:	gabor
2007-01-07 22:44:48 +00:00

26 lines
629 B
Makefile

# $FreeBSD: www/en/search/Makefile,v 1.9 2001/10/29 10:14:33 murray Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS+= index-site.sgml
DOCS+= search.sgml
DOCS+= searchhints.sgml
DOCS+= search-mid.sgml
INDEXLINK= search.html
CLEANFILES+= atoz.sgml site.sgml
index-site.html: atoz.sgml site.sgml
atoz.sgml: web.atoz
${SORT} -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/../../en/search/atoz.pl > ${.TARGET}
site.sgml: site.map
${PERL} ${.CURDIR}/../../en/search/site.pl < ${.ALLSRC} > ${.TARGET}
.include "${WEB_PREFIX}/share/mk/web.site.mk"