head	1.10;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_6_3_0:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_2_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	old_RELEASE_4_3_0:1.4
	old_RELEASE_4_2_0:1.3
	old_RELEASE_4_1_0:1.3
	old_RELEASE_3_5_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2004.08.17.15.12.58;	author jhb;	state Exp;
branches;
next	1.9;

1.9
date	2004.07.06.15.09.51;	author hrs;	state Exp;
branches;
next	1.8;

1.8
date	2004.04.06.16.10.02;	author phantom;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.22.18.35.36;	author hrs;	state Exp;
branches;
next	1.6;

1.6
date	2003.04.19.11.39.23;	author hrs;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.16.14.59.40;	author hrs;	state Exp;
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.10
log
@Drop maintainership as I don't really maintain this anymore.
@
text
@# 
# $FreeBSD$
#
# Article: The FreeBSD Committers Guide

DOC?= article

FORMATS?= html
WITH_ARTICLE_TOC?= YES

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

SRCS=	article.sgml

URL_RELPREFIX?=	../../../..
DOC_PREFIX?=	${.CURDIR}/../../..

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


1.9
log
@Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
is not defined.

- URL_RELPREFIX must always point the top page's URL
  (http://www.FreeBSD.org) in relative form, defined in Makefile.

- &url.base; can be used in doc/<langcode>/*.  It will be
  replaced with the real URL which points the top page.

For translators: Please make sure to define URL_RELPREFIX to
point the top page.  The localized docs have different directory
hierarchy in its URL from the English version.

Tested by:	den
@
text
@a5 2
MAINTAINER=jhb@@FreeBSD.org

@


1.8
log
@Sync these Makefiles to have one style of declarations and comments.
@
text
@d18 3
a20 1
DOC_PREFIX?= ${.CURDIR}/../../..
@


1.7
log
@Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile.  The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
@
text
@d4 1
a4 2
# Build the FreeBSD New Committers Guide
#
d11 1
d16 1
a16 9
WITH_ARTICLE_TOC?=YES

# 
# 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
@


1.6
log
@- Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
  enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
@
text
@a16 1
WITH_DOCFORMAT_NAVI_LINK?=YES
@


1.5
log
@Replace ${JADEFLAGS} with the corresponding variables.
@
text
@d16 2
a17 1
WITH_ARTICLE_TOC=YES
@


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 $
d16 1
a16 1
JADEFLAGS+=	-V %generate-article-toc%
@


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?= ../../..
@

