2000-11-30 00:57:09 +01:00
|
|
|
# $FreeBSD: www/es/projects/Makefile,v 1.2 1999/09/06 07:03:05 peter Exp $
|
1999-02-08 20:26:12 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
2000-11-30 00:57:09 +01:00
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
1999-02-08 20:26:12 +01:00
|
|
|
|
|
|
|
DOCS= projects.sgml
|
|
|
|
DOCS+= mozilla.sgml
|
|
|
|
DOCS+= newbies.sgml
|
|
|
|
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
|
2000-11-30 00:57:09 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|