Switch web.mk to share/mk/web.site.mk in English version.
This commit is contained in:
parent
8c9a679a8c
commit
dd4f2e8d8f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8299
59 changed files with 416 additions and 95 deletions
|
@ -1,8 +1,11 @@
|
|||
# $FreeBSD: www/en/search/Makefile,v 1.6 2000/04/20 16:41:32 phantom Exp $
|
||||
# $FreeBSD: www/en/search/Makefile,v 1.7 2000/09/30 00:21:39 nbm Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS+= index-site.sgml
|
||||
DOCS+= search.sgml
|
||||
|
@ -20,5 +23,4 @@ atoz.sgml: web.atoz
|
|||
site.sgml: site.map
|
||||
${PERL} ${.CURDIR}/site.pl < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include "../web.mk"
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue