01a61279be
The jury is out on $Date$, but it's presently not being expanded..
24 lines
412 B
Makefile
24 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
.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"
|
|
|