doc/en/projects/Makefile
2001-09-18 18:28:07 +00:00

18 lines
374 B
Makefile

# $FreeBSD: www/en/projects/Makefile,v 1.8 2001/09/17 05:32:49 murray 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
DOCS+= libh.sgml
INDEXLINK= projects.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"