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

(with "obj" fixes)

Submitted by:	nbm
This commit is contained in:
Jun Kuriyama 2000-11-29 23:57:09 +00:00
parent 123080699b
commit 61e47211ef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8455
35 changed files with 109 additions and 57 deletions

View file

@ -1,8 +1,11 @@
# $FreeBSD$
# $FreeBSD: www/es/projects/Makefile,v 1.2 1999/09/06 07:03:05 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= projects.sgml
DOCS+= mozilla.sgml
@ -10,4 +13,4 @@ DOCS+= newbies.sgml
INDEXLINK= projects.html
.include "../web.mk"
.include "${WEB_PREFIX}/share/mk/web.site.mk"