MFen:
Makefile: 1.90 --> 1.95 chapters.ent: 1.27 --> 1.32 book.sgml: 1.154 --> 1.163
This commit is contained in:
parent
2e472c2044
commit
4f3ba4077b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26678
3 changed files with 29 additions and 40 deletions
|
@ -2,7 +2,7 @@
|
||||||
# The FreeBSD French Documentation Project
|
# The FreeBSD French Documentation Project
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# Original revision: 1.90
|
# Original revision: 1.95 manque 1.91, 1.94 partiel
|
||||||
#
|
#
|
||||||
# Build the FreeBSD Handbook.
|
# Build the FreeBSD Handbook.
|
||||||
#
|
#
|
||||||
|
@ -44,6 +44,7 @@ IMAGES+= advanced-networking/isdn-twisted-pair.eps
|
||||||
IMAGES+= advanced-networking/natd.eps
|
IMAGES+= advanced-networking/natd.eps
|
||||||
IMAGES+= advanced-networking/net-routing.pic
|
IMAGES+= advanced-networking/net-routing.pic
|
||||||
IMAGES_EN+= advanced-networking/static-routes.pic
|
IMAGES_EN+= advanced-networking/static-routes.pic
|
||||||
|
IMAGES_EN+= geom/striping.pic
|
||||||
IMAGES_EN+= install/userconfig.scr
|
IMAGES_EN+= install/userconfig.scr
|
||||||
IMAGES_EN+= install/userconfig2.scr
|
IMAGES_EN+= install/userconfig2.scr
|
||||||
IMAGES_EN+= install/hdwrconf.scr
|
IMAGES_EN+= install/hdwrconf.scr
|
||||||
|
@ -162,6 +163,7 @@ SRCS+= cutting-edge/chapter.sgml
|
||||||
SRCS+= desktop/chapter.sgml
|
SRCS+= desktop/chapter.sgml
|
||||||
SRCS+= disks/chapter.sgml
|
SRCS+= disks/chapter.sgml
|
||||||
SRCS+= eresources/chapter.sgml
|
SRCS+= eresources/chapter.sgml
|
||||||
|
SRCS+= geom/chapter.sgml
|
||||||
SRCS+= install/chapter.sgml
|
SRCS+= install/chapter.sgml
|
||||||
SRCS+= introduction/chapter.sgml
|
SRCS+= introduction/chapter.sgml
|
||||||
SRCS+= kernelconfig/chapter.sgml
|
SRCS+= kernelconfig/chapter.sgml
|
||||||
|
|
|
@ -3,39 +3,16 @@
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
Original revision: 1.154
|
Original revision: 1.163 manque 1.157 et 1.158
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
<!--
|
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR">
|
|
||||||
%urls;
|
|
||||||
-->
|
|
||||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR">
|
|
||||||
%bookinfo;
|
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR">
|
|
||||||
%translators;
|
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR">
|
|
||||||
%mailing-lists;
|
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR">
|
|
||||||
%teams;
|
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//FR">
|
|
||||||
%newsgroups;
|
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
|
||||||
%authors;
|
|
||||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
|
|
||||||
%bookinfo;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
|
||||||
%freebsd;
|
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
|
||||||
%trademarks;
|
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
|
||||||
%urls;
|
|
||||||
|
|
||||||
|
<!ENTITY % books.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//FR">
|
||||||
|
%books.ent;
|
||||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||||
<!ENTITY % txtfiles SYSTEM "../../../en_US.ISO8859-1/books/handbook/txtfiles.ent"> %txtfiles;
|
<!ENTITY % txtfiles SYSTEM "../../../en_US.ISO8859-1/books/handbook/txtfiles.ent"> %txtfiles;
|
||||||
|
|
||||||
<!ENTITY % not.published "INCLUDE">
|
<!ENTITY % not.published "INCLUDE">
|
||||||
|
|
||||||
<!ENTITY % chap.introduction "IGNORE">
|
<!ENTITY % chap.introduction "IGNORE">
|
||||||
|
@ -49,6 +26,7 @@
|
||||||
<!ENTITY % chap.security "IGNORE">
|
<!ENTITY % chap.security "IGNORE">
|
||||||
<!ENTITY % chap.printing "IGNORE">
|
<!ENTITY % chap.printing "IGNORE">
|
||||||
<!ENTITY % chap.disks "IGNORE">
|
<!ENTITY % chap.disks "IGNORE">
|
||||||
|
<!ENTITY % chap.geom "IGNORE">
|
||||||
<!ENTITY % chap.vinum "IGNORE">
|
<!ENTITY % chap.vinum "IGNORE">
|
||||||
<!ENTITY % chap.x11 "IGNORE">
|
<!ENTITY % chap.x11 "IGNORE">
|
||||||
<!ENTITY % chap.l10n "IGNORE">
|
<!ENTITY % chap.l10n "IGNORE">
|
||||||
|
@ -153,7 +131,10 @@
|
||||||
envoyez un courrier électronique à la &a.doc;. La
|
envoyez un courrier électronique à la &a.doc;. La
|
||||||
dernière version anglaise de ce document est disponible sur le
|
dernière version anglaise de ce document est disponible sur le
|
||||||
<ulink url="http://www.FreeBSD.org/">serveur World Wide Web
|
<ulink url="http://www.FreeBSD.org/">serveur World Wide Web
|
||||||
FreeBSD</ulink>. Il peut être aussi
|
FreeBSD</ulink> (les versions antérieures de ce manuel
|
||||||
|
peuvent être obtenue auprès de <ulink
|
||||||
|
url="http://docs.FreeBSD.org/doc/"></ulink>).
|
||||||
|
Il peut être aussi
|
||||||
téléchargé dans divers
|
téléchargé dans divers
|
||||||
formats et options de compression depuis le
|
formats et options de compression depuis le
|
||||||
<ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc">serveur FTP
|
<ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc">serveur FTP
|
||||||
|
@ -302,6 +283,7 @@
|
||||||
<![ %chap.security; [ &chap.security; ]]>
|
<![ %chap.security; [ &chap.security; ]]>
|
||||||
<![ %chap.mac; [ &chap.mac; ]]>
|
<![ %chap.mac; [ &chap.mac; ]]>
|
||||||
<![ %chap.disks; [ &chap.disks; ]]>
|
<![ %chap.disks; [ &chap.disks; ]]>
|
||||||
|
<![ %chap.geom; [ &chap.geom; ]]>
|
||||||
<![ %chap.vinum; [ &chap.vinum; ]]>
|
<![ %chap.vinum; [ &chap.vinum; ]]>
|
||||||
<![ %chap.l10n; [ &chap.l10n; ]]>
|
<![ %chap.l10n; [ &chap.l10n; ]]>
|
||||||
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
Original revision: 1.27
|
Original revision: 1.32
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY chap.preface SYSTEM "preface/preface.sgml">
|
<!ENTITY chap.preface SYSTEM "preface/preface.sgml">
|
||||||
|
@ -20,30 +20,35 @@
|
||||||
<!ENTITY chap.install SYSTEM "install/chapter.sgml">
|
<!ENTITY chap.install SYSTEM "install/chapter.sgml">
|
||||||
<!ENTITY chap.basics SYSTEM "basics/chapter.sgml">
|
<!ENTITY chap.basics SYSTEM "basics/chapter.sgml">
|
||||||
<!ENTITY chap.ports SYSTEM "ports/chapter.sgml">
|
<!ENTITY chap.ports SYSTEM "ports/chapter.sgml">
|
||||||
|
<!ENTITY chap.x11 SYSTEM "x11/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part two -->
|
<!-- Part two -->
|
||||||
|
<!ENTITY chap.desktop SYSTEM "desktop/chapter.sgml">
|
||||||
|
<!ENTITY chap.multimedia SYSTEM "multimedia/chapter.sgml">
|
||||||
|
<!ENTITY chap.kernelconfig SYSTEM "kernelconfig/chapter.sgml">
|
||||||
|
<!ENTITY chap.printing SYSTEM "printing/chapter.sgml">
|
||||||
|
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.sgml">
|
||||||
|
|
||||||
|
<!-- Part three -->
|
||||||
<!ENTITY chap.config SYSTEM "config/chapter.sgml">
|
<!ENTITY chap.config SYSTEM "config/chapter.sgml">
|
||||||
<!ENTITY chap.boot SYSTEM "boot/chapter.sgml">
|
<!ENTITY chap.boot SYSTEM "boot/chapter.sgml">
|
||||||
<!ENTITY chap.users SYSTEM "users/chapter.sgml">
|
<!ENTITY chap.users SYSTEM "users/chapter.sgml">
|
||||||
<!ENTITY chap.kernelconfig SYSTEM "kernelconfig/chapter.sgml">
|
|
||||||
<!ENTITY chap.security SYSTEM "security/chapter.sgml">
|
<!ENTITY chap.security SYSTEM "security/chapter.sgml">
|
||||||
<!ENTITY chap.mac SYSTEM "mac/chapter.sgml">
|
<!ENTITY chap.mac SYSTEM "mac/chapter.sgml">
|
||||||
<!ENTITY chap.printing SYSTEM "printing/chapter.sgml">
|
|
||||||
<!ENTITY chap.disks SYSTEM "disks/chapter.sgml">
|
<!ENTITY chap.disks SYSTEM "disks/chapter.sgml">
|
||||||
|
<!ENTITY chap.geom SYSTEM "geom/chapter.sgml">
|
||||||
<!ENTITY chap.vinum SYSTEM "vinum/chapter.sgml">
|
<!ENTITY chap.vinum SYSTEM "vinum/chapter.sgml">
|
||||||
<!ENTITY chap.x11 SYSTEM "x11/chapter.sgml">
|
|
||||||
<!ENTITY chap.l10n SYSTEM "l10n/chapter.sgml">
|
<!ENTITY chap.l10n SYSTEM "l10n/chapter.sgml">
|
||||||
<!ENTITY chap.desktop SYSTEM "desktop/chapter.sgml">
|
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.sgml">
|
||||||
<!ENTITY chap.multimedia SYSTEM "multimedia/chapter.sgml">
|
|
||||||
|
<!-- Part four -->
|
||||||
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.sgml">
|
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.sgml">
|
||||||
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.sgml">
|
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.sgml">
|
||||||
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.sgml">
|
|
||||||
<!ENTITY chap.network-servers SYSTEM "network-servers/chapter.sgml">
|
|
||||||
<!ENTITY chap.mail SYSTEM "mail/chapter.sgml">
|
<!ENTITY chap.mail SYSTEM "mail/chapter.sgml">
|
||||||
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.sgml">
|
<!ENTITY chap.network-servers SYSTEM "network-servers/chapter.sgml">
|
||||||
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.sgml">
|
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part three (appendices) -->
|
<!-- Part five (appendices) -->
|
||||||
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.sgml">
|
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.sgml">
|
||||||
<!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.sgml.ftp.inc">
|
<!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.sgml.ftp.inc">
|
||||||
<!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.sgml.cvsup.inc">
|
<!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.sgml.cvsup.inc">
|
||||||
|
|
Loading…
Reference in a new issue