17 lines
359 B
Makefile
17 lines
359 B
Makefile
# $FreeBSD: www/en/projects/Makefile,v 1.7 2000/11/07 04:05:21 kuriyama Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= projects.sgml
|
|
DOCS+= mozilla.sgml
|
|
DOCS+= updater.sgml
|
|
DOCS+= newbies.sgml
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|