1999-09-06 09:03:31 +02:00
|
|
|
# $FreeBSD$
|
1999-02-08 20:26:12 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.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.sgml: atoz.sgml site.sgml
|
|
|
|
atoz.sgml: web.atoz
|
|
|
|
sort -fu web.atoz | perl atoz.pl > ${.TARGET}
|
|
|
|
|
|
|
|
site.sgml: site.map
|
|
|
|
./site.pl < ${.ALLSRC} > ${.TARGET}
|
|
|
|
|
|
|
|
.include "../web.mk"
|
|
|
|
|