head	1.4;
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.3.0.2
	XML_XSL_XP_BP:1.3
	jesusr:1.1.1.1
	ES_WWW:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2008.01.28.23.16.04;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.29.23.57.09;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	99.09.06.07.03.13;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	99.02.08.19.26.12;	author wosch;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.02.08.19.26.12;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Remove two more superfluous files

Discussed with:	carvay
@
text
@# $FreeBSD: www/es/search/Makefile,v 1.3 2000/11/29 23:57:09 kuriyama 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"
@


1.3
log
@Switch web.mk to share/mk/web.site.mk in Spanish version.
(with "obj" fixes)

Submitted by:	nbm
@
text
@d1 1
a1 1
# $FreeBSD: www/es/search/Makefile,v 1.2 1999/09/06 07:03:13 peter Exp $
d21 1
a21 1
	sort -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/atoz.pl > ${.TARGET}
d24 1
a24 1
	${PERL} ${.CURDIR}/site.pl < ${.ALLSRC} > ${.TARGET}
@


1.2
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d6 3
d19 1
a19 1
index-site.sgml: atoz.sgml site.sgml
d21 1
a21 1
	sort -fu web.atoz | perl atoz.pl > ${.TARGET}
d24 1
a24 3
	./site.pl < ${.ALLSRC} > ${.TARGET}

.include "../web.mk"
d26 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1.1.1 1999/01/21 14:21:51 jesusr Exp $
@


1.1.1.1
log
@Imported the Spanish Web pages, except the

	english sub directories: cgi, commercial, gallery, gifs
	which are redundant and will never be translated

and the

	spanish sub directories: doc-es, docs-es

Submitted by: "Jesus Rodriguez" <jesusr@@ncsa.es>

Fix Makefiles errors. `Make all install' runs fine.

Currently, many the links to the sub directories cgi, commercial,
gallery, gifs are broken. The links should point to the English
orginal files.
@
text
@@
