doc/en/internal/Makefile
Mark Linimon becaecd277 [ports committer] Rearrange the FreeBSD Internal web pages to accomplish
several goals:

1. Make the pages more consistent with the style of the other FreeBSD
www pages.
2. Reorganize the top-level Internal page into four subheadings:
Projects, Policies, People, and Resources.  This helps make the
page 'flow' a lot better.
3. Create a new, second-level, Policies page to hold one subgrouping
of the links that used to live on the main page, which had too many
links as it was.
4. Remove the Contacting, Copyright, and Search links, which had
been promoted to the top-level FreeBSD page some time ago in another
cleanup.

Note: all of the links (except in #4) from the original page remain
either in pages committed -- this is essentially a reorganization of
the existing links to present them in a more logical -- and legible --
context.

Discussed without objection on:	freebsd-www
Reviewed by:			trhodes
Approved by:			trhodes
2004-03-10 09:09:18 +00:00

45 lines
1 KiB
Makefile

# $FreeBSD: www/en/internal/Makefile,v 1.38 2003/11/24 23:30:29 trhodes Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= photos.sgml
DOCS+= internal.sgml
DOCS+= about.sgml
DOCS+= machines.sgml
DOCS+= mirror.sgml
DOCS+= new-account.sgml
DOCS+= statistic.sgml
DOCS+= developer.sgml
DOCS+= bylaws.sgml
DOCS+= releng.sgml
DOCS+= expire-bits.sgml
DOCS+= core-vote.sgml
DOCS+= trb-dispute.sgml
DOCS+= doceng.sgml
DOCS+= rtp.sgml
DOCS+= policies.sgml
INDEXLINK= internal.html
# build the list of personal homepages of FreeBSD developers only
# on the main FreeBSD machines
hostname!= hostname
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
DOCS+= homepage.sgml
.PHONY: homepage.inc
homepage.inc: homepage.pl
${PERL} ${.CURDIR}/homepage.pl > ${.TARGET}
homepage.html: homepage.inc
CLEANFILES+= homepage.inc
.endif
DATA+= README.mirror ssh-keys.asc
.include "${WEB_PREFIX}/share/mk/web.site.mk"