head	1.5;
access;
symbols
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3;
locks; strict;
comment	@# @;


1.5
date	2001.06.11.01.16.55;	author ache;	state dead;
branches;
next	1.4;

1.4
date	2001.04.08.17.26.59;	author nik;	state Exp;
branches;
next	1.3;

1.3
date	99.09.06.06.52.35;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	99.09.05.22.14.26;	author nik;	state Exp;
branches;
next	1.1;

1.1
date	99.09.03.17.10.42;	author nik;	state Exp;
branches;
next	;


desc
@@


1.5
log
@ISO_* -> ISO* rename
@
text
@# 
# $FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/Makefile,v 1.4 2001/04/08 17:26:59 nik Exp $
#
# Build the FreeBSD New Committers Guide
#

MAINTAINER=jhb@@FreeBSD.org

DOC?= article

FORMATS?= html

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

JADEFLAGS+=	-V %generate-article-toc%

# 
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#

# SGML content
SRCS=  article.sgml

DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.4
log
@Adjust JADEFLAGS, to generate a table of contents for this article.
@
text
@d2 1
a2 1
# $FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/Makefile,v 1.3 1999/09/06 06:52:35 peter Exp $
@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
d15 2
@


1.2
log
@Used ${.CURDIR}, for "make obj" friendliness.  Should have added
this before the initial commit, d'oh!

PR:             docs/13571
Submitted by:   Neil Blakey-Milner <nbm@@rucus.ru.ac.za>
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/09/03 17:10:42 nik Exp $
@


1.1
log
@The FreeBSD New Committer's Guide.  The original text version was worked
on by many people, the SGML conversion has been carried out by the new(ish)
committer, John Baldwin.  Cheer's John.

Changes from the submission:

  1.  It's an article, not a book.  I originally thought there was going
      to be sufficient content (when you include the committers rules
      that are being thrashed out at the moment, and Satoshi's ports
      committer stuff) to make this worth being a book.  After seeing the
      content I changed my mind, so it's an article.

  2.  Various contractions ("you're" and so on) expanded to make life
      a little easier for the translators.  Kept one ("Who's Who").
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.22 1999/08/17 21:35:54 nik Exp $
d24 1
a24 1
DOC_PREFIX?= ../../..
@

