Don't build and install the committers guide twice - it is already

done in the ../tutorials/ directory.
This commit is contained in:
Wolfram Schneider 2000-01-26 21:16:21 +00:00
parent 9d77938576
commit 820317b7ab
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6440
2 changed files with 4 additions and 12 deletions

View file

@ -1,4 +1,4 @@
# $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"
@ -12,14 +12,6 @@ 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

View file

@ -1,15 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.6 1999/12/12 16:24:18 jhb Exp $">
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.7 1999/12/25 14:08:06 wosch Exp $">
<!ENTITY title "Resources for FreeBSD Committers">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $FreeBSD: www/en/internal/developer.sgml,v 1.6 1999/12/12 16:24:18 jhb Exp $ -->
<!-- $FreeBSD: www/en/internal/developer.sgml,v 1.7 1999/12/25 14:08:06 wosch Exp $ -->
<html>
&header;
<h2><a href="committers-guide.html">Committers Guide</a></h2>
<h2><a href="../tutorials/committers-guide/article.html">Committers Guide</a></h2>
Almost everything a new committer to the FreeBSD Project needs to know
(see the Ports Guide and FDP Primer for more info).