Switch web.mk to share/mk/web.site.mk in Japanese version.

This commit is contained in:
Jun Kuriyama 2000-11-07 11:38:10 +00:00
parent 391dc88a96
commit 9a4abe3f61
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8310
44 changed files with 347 additions and 221 deletions

View file

@ -1,11 +1,12 @@
# $FreeBSD: www/ja/search/Makefile,v 1.9 2000/09/30 12:30:40 hrs Exp $
# $FreeBSD: www/ja/search/Makefile,v 1.10 2000/10/02 09:16:21 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.7
# Original revision: 1.8
LOCALTOP= ..
.if exists(${LOCALTOP}/Makefile.conf)
.include "${LOCALTOP}/Makefile.conf"
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
# These are turned into validated, normalized HTML files.
@ -28,4 +29,4 @@ site.sgml: ${.CURDIR}/../../en/search/site.map
### Revision checking
REVCHECK= YES
.include "${LOCALTOP}/web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"