head	1.3;
access;
symbols
	HRS_XML_CLEANUP:1.3
	HRS_XML_CLEANUP_PRE:1.3
	EMILYBOYD_REDESIGN:1.3
	PRE_REDESIGN:1.3
	XML_XSL_XP:1.2.0.2
	XML_XSL_XP_BP:1.2;
locks; strict;
comment	@# @;


1.3
date	2003.10.07.14.07.17;	author den;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.10.17.27.41;	author phantom;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.27.12.14.13;	author phantom;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Merge the following from the English version:

   1.8 -> 1.9 search/Makefile
   1.24 -> 1.25 search/index-site.sgml
   1.6 -> 1.8 search/search-mid.sgml
   1.74 -> 1.89 search/search.sgml
   1.5 -> 1.8 search/searchhints.sgml
   1.20 -> 1.21 search/site.map

Approved by: phantom (mentor)
@
text
@# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/search/Makefile,v 1.3 2003/09/22 09:27:00 den Exp $
# Original revision: 1.9

.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"
@


1.2
log
@Synchronize with FreeBSD russian Documentation Project Repository.

This commit brings in some synchronizations, Original revisions for
all Makefiles, switch from en/web.mk to share/mk/web.site.mk
@
text
@d3 2
a4 2
# $FreeBSDru: frdp/www/ru/search/Makefile,v 1.2 2000/11/10 17:04:53 phantom Exp $
# Original revision: 1.8
d25 1
a25 1
	sort -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/../../en/search/atoz.pl > ${.TARGET}
@


1.1
log
@Mega-update of Russian Web pages to current FreeBSD Russian Doc Project's CVS
Repository state.  This commit mostly brings in a lot of translation synches,
spelling fixes, adds new translations.

Obtained from:	FreeBSD Russian Documentation Project CVS Repository
@
text
@d3 2
a4 2
# $FreeBSDru: frdp/www/ru/search/Makefile,v 1.1 2000/10/24 17:43:03 phantom Exp $
# Original revision: 1.7
d10 4
d30 1
a30 2
.include "../web.mk"

@

