doc/en/projects/Makefile
Juli Mallett 8bca051f77 Add a project status page ala C99 and similar for FreeBSD/MIPS, to make it
easier for people to track the status.

Add a developers.sgml entry for Justin Wojdacki for use in the status page.

Reviewed by:	ceri

Add an entry for MIPS on the platforms page, and a small page there with
a few tiny bits of information, mostly mailing list info and a link to
the afforementioned status page.

Requested by:	ceri
2002-11-08 14:56:50 +00:00

20 lines
391 B
Makefile

# $FreeBSD: www/en/projects/Makefile,v 1.12 2002/07/03 20:29:39 scop Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= projects.sgml
DOCS+= updater.sgml
DOCS+= newbies.sgml
DOCS+= libh.sgml
DOCS+= cvsweb.sgml
INDEXLINK= projects.html
SUBDIR= c99 mips
.include "${WEB_PREFIX}/share/mk/web.site.mk"