2001-11-13 10:40:04 +01:00
|
|
|
# $FreeBSD: www/es/projects/Makefile,v 1.3 2000/11/29 23:56:59 kuriyama 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+= newbies.sgml
|
|
|
|
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
|
2000-11-30 00:57:09 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|