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
18 lines
374 B
Makefile
18 lines
374 B
Makefile
# $FreeBSD: www/en/platforms/Makefile,v 1.3 2001/05/04 22:31:57 obrien Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= alpha.sgml
|
|
DOCS+= ia64.sgml
|
|
DOCS+= index.sgml
|
|
DOCS+= mips.sgml
|
|
DOCS+= ppc.sgml
|
|
DOCS+= sparc.sgml
|
|
DOCS+= x86-64.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|