head	1.10;
access;
symbols
	HRS_XML_CLEANUP:1.9
	HRS_XML_CLEANUP_PRE:1.9
	EMILYBOYD_REDESIGN:1.9
	PRE_REDESIGN:1.9
	XML_XSL_XP:1.8.0.2
	XML_XSL_XP_BP:1.8;
locks; strict;
comment	@# @;


1.10
date	2008.09.22.18.56.21;	author wosch;	state Exp;
branches;
next	1.9;

1.9
date	2001.10.29.10.14.33;	author murray;	state Exp;
branches;
next	1.8;

1.8
date	2000.11.07.04.05.36;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	2000.09.30.00.21.39;	author nbm;	state Exp;
branches;
next	1.6;

1.6
date	2000.04.20.16.41.32;	author phantom;	state Exp;
branches;
next	1.5;

1.5
date	99.09.06.07.02.57;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	98.08.11.11.43.53;	author wosch;	state Exp;
branches;
next	1.3;

1.3
date	98.08.11.01.18.41;	author wosch;	state Exp;
branches;
next	1.2;

1.2
date	98.08.07.16.57.08;	author wosch;	state Exp;
branches;
next	1.1;

1.1
date	98.08.03.15.39.17;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Add OpenSearch plugins for man.cgi, ports.cgi and query-pr.cgi
@
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

SUBDIR+= opensearch

INDEXLINK=	search.html
CLEANFILES+=atoz.sgml site.sgml


index-site.html: atoz.sgml site.sgml
atoz.sgml: web.atoz 
	${SORT} -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/atoz.pl > ${.TARGET}

site.sgml: site.map
	${PERL} ${.CURDIR}/site.pl < ${.ALLSRC} > ${.TARGET}

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.9
log
@* Make build/install of www /usr/obj prefix clean.
* Use make variables instead of hard coding commands, paths, and
  options.
* Wrap some long lines.
* Replace shell loops with make for loops, etc.

PR:		docs/31132
Submitted by:	Cyrille Lefevre <clefevre@@citeweb.net>
@
text
@d1 1
a1 1
# $FreeBSD: www/en/search/Makefile,v 1.8 2000/11/07 04:05:36 kuriyama Exp $
d15 2
@


1.8
log
@Switch web.mk to share/mk/web.site.mk in English version.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/search/Makefile,v 1.7 2000/09/30 00:21:39 nbm Exp $
d21 1
a21 1
	sort -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/atoz.pl > ${.TARGET}
@


1.7
log
@First (and very minor) changes on the way to make the www build
obj-clean.

This basically entails putting ${.CURDIR} in front of the occasional
source file, script, or directory.

Also adds '.include <bsd.obj.mk>' to web.mk so 'make obj' works.

Change gencommercial script to take a '-s' flag pointing to the source
directory, and the portindex script to take an optional additional
parameter indicating the source directory.

Add -D ${.CURDIR} to sgmlformat to follow includes properly.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/search/Makefile,v 1.6 2000/04/20 16:41:32 phantom Exp $
d6 3
d26 1
a26 2
.include "../web.mk"

@


1.6
log
@s/perl/${PERL}/
@
text
@d1 1
a1 1
# $FreeBSD: www/en/search/Makefile,v 1.5 1999/09/06 07:02:57 peter Exp $
d16 1
a16 1
index-site.sgml: atoz.sgml site.sgml
d18 1
a18 1
	sort -fu web.atoz | ${PERL} atoz.pl > ${.TARGET}
d21 1
a21 1
	${PERL} site.pl < ${.ALLSRC} > ${.TARGET}
@


1.5
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d18 1
a18 1
	sort -fu web.atoz | perl atoz.pl > ${.TARGET}
d21 1
a21 1
	./site.pl < ${.ALLSRC} > ${.TARGET}
@


1.4
log
@Remove the quotes from exists("filename"). Make(1) considered the
quotes as part of the filename.

Submitted by: volf@@oasis.IAEhv.nl
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1998/08/11 01:18:41 wosch Exp $
@


1.3
log
@Include ../Makefile.conf if exists
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1998/08/07 16:57:08 wosch Exp $
d3 1
a3 1
.if exists("../Makefile.conf")
@


1.2
log
@Define default index page.
@
text
@d1 5
a5 1
# $Id: Makefile,v 1.1 1998/08/03 15:39:17 wosch Exp $
@


1.1
log
@Added a makefile
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.37 1998/07/31 09:20:29 wosch Exp $
d8 1
@
