head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2007.01.07.22.44.48;	author keramida;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add new translation of our web site, in Hungarian.

PR:		106417
Submitted by:	gabor
@
text
@# $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"
@
