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
20 lines
391 B
Makefile
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"
|