diff --git a/en/internal/Makefile b/en/internal/Makefile index b513710508..e0e8979f20 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,41 +1,33 @@ -# $FreeBSD: www/en/internal/Makefile,v 1.17 1999/09/15 20:37:10 wosch Exp $ +# $FreeBSD: www/en/internal/Makefile,v 1.19 1999/09/30 16:27:11 wosch Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif DOCS= photos.sgml DOCS+= internal.sgml DOCS+= about.sgml DOCS+= machines.sgml DOCS+= mirror.sgml DOCS+= statistic.sgml DOCS+= developer.sgml -.if !defined(WEB_ONLY) || empty(WEB_ONLY) -LOCAL= committers-guide.html -.endif - -committers-guide.html: ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml - (cd ../../../doc/en_US.ISO_8859-1/articles/committers-guide && ${MAKE} FORMATS=html INSTALL_COMPRESSED='') - cp ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.html committers-guide.html - 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" DOCS+= homepage.sgml .PHONY: homepage.inc homepage.inc: perl homepage.pl > ${.TARGET} homepage.sgml: homepage.inc CLEANFILES+= homepage.inc .endif DATA+= README.mirror .include "../web.mk" diff --git a/en/internal/developer.sgml b/en/internal/developer.sgml index d6d74d17ff..ee6120fb2d 100644 --- a/en/internal/developer.sgml +++ b/en/internal/developer.sgml @@ -1,54 +1,54 @@ - + %includes; ]> - + &header; -

Committers Guide

+

Committers Guide

Almost everything a new committer to the FreeBSD Project needs to know (see the Ports Guide and FDP Primer for more info).

Build the FreeBSD Web Pages

&webbuild;

FreeBSD Documentation Project Primer for New Contributors

This primer covers everything you will need to know in order to start contributing to the FreeBSD Documentation Project, from the tools and software you will be using (both mandatory and recommended) to the philosophy behind the Documentation Project.

A Guide for FreeBSD Ports Committers

A Guide for FreeBSD Ports Committers

FreeBSD Projects

Other Resources

FreeBSD Internal Home &footer;