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


1.3
date	2004.06.03.06.31.51;	author trhodes;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.05.15.17.08;	author gioria;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@The MAINTAINER lines on these files should have been set to doc a long
time ago.
@
text
@#
#    The FreeBSD Documentation Project
#    The FreeBSD French Documentation Project
#
#    Compilation de la FAQ FreeBSD
#
#    $FreeBSD$
#    Original revision: 1.7
MAINTAINER=doc@@FreeBSD.org

DOC?= book

FORMATS?= html-split html

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

JADEFLAGS+=-Vbiblio-xref-title
# 
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#

# SGML content
SRCS=  book.sgml 

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

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


1.2
log
@First step to bring the FAQ up to date (it still now contains old docs)
Bring all file in one bif book.sgml as the English FAQ is.
@
text
@d9 1
a9 1
MAINTAINER=nik@@FreeBSD.org
@


1.1
log
@French translation tree, meet CVS, CVS, this is the French translation
tree.

A round of applause, please, for Sebastien Gioria, Frederic Haby, and
the other volunteers on the French FreeBSD Documentation Project.

I haven't turned this on in the top level Makefile yet because I've almost
certainly missed something.  I want to be able to grab a copy of the tree
after I've committed it and build it from scratch to make sure everything
works before I break the website. . .
@
text
@d8 2
a9 4
#    Original revision: 1.5
#

MAINTAINER=nik@@FreeBSD.ORG
d18 1
a25 15
SRCS+= acknowledgments.sgml 
SRCS+= admin.sgml 
SRCS+= applications.sgml 
SRCS+= commercial.sgml 
SRCS+= hackers.sgml 
SRCS+= hardware.sgml 
SRCS+= includes.sgml 
SRCS+= install.sgml 
SRCS+= kernelconfig.sgml 
SRCS+= misc.sgml 
SRCS+= network.sgml 
SRCS+= preface.sgml 
SRCS+= serial.sgml 
SRCS+= troubleshoot.sgml 
SRCS+= x.sgml 
@

