Addition of needed entries for desktop chapter.
This commit is contained in:
parent
298fe26d28
commit
c3b1145ce1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14339
3 changed files with 10 additions and 6 deletions
fr_FR.ISO8859-1/books/handbook
|
@ -2,8 +2,8 @@
|
|||
# The FreeBSD French Documentation Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.7 2002-08-28 16:51:55 blackend Exp $
|
||||
# Original revision: 1.60
|
||||
# $Id: Makefile,v 1.8 2002-09-21 17:48:47 blackend Exp $
|
||||
# Original revision: 1.61
|
||||
#
|
||||
# Build the FreeBSD Handbook.
|
||||
#
|
||||
|
@ -150,6 +150,7 @@ SRCS+= linuxemu/chapter.sgml
|
|||
SRCS+= mail/chapter.sgml
|
||||
SRCS+= mirrors/chapter.sgml
|
||||
SRCS+= multimedia/chapter.sgml
|
||||
SRCS+= desktop/chapter.sgml
|
||||
SRCS+= pgpkeys/chapter.sgml
|
||||
SRCS+= ppp-and-slip/chapter.sgml
|
||||
SRCS+= printing/chapter.sgml
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$Id: book.sgml,v 1.9 2002-08-30 17:50:59 blackend Exp $
|
||||
Original revision: 1.125
|
||||
$Id: book.sgml,v 1.10 2002-09-21 17:48:47 blackend Exp $
|
||||
Original revision: 1.126
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -47,6 +47,7 @@
|
|||
<!ENTITY % chap.x11 "IGNORE">
|
||||
<!ENTITY % chap.l10n "IGNORE">
|
||||
<!ENTITY % chap.multimedia "IGNORE">
|
||||
<!ENTITY % chap.desktop "IGNORE">
|
||||
<!ENTITY % chap.serialcomms "IGNORE">
|
||||
<!ENTITY % chap.ppp-and-slip "IGNORE">
|
||||
<!ENTITY % chap.advanced-networking "IGNORE">
|
||||
|
@ -198,6 +199,7 @@
|
|||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.vinum; [ &chap.vinum; ]]>
|
||||
<![ %chap.l10n; [ &chap.l10n; ]]>
|
||||
<![ %chap.desktop; [ &chap.desktop; ]]>
|
||||
<![ %chap.multimedia; [ &chap.multimedia; ]]>
|
||||
<![ %chap.serialcomms; [ &chap.serialcomms; ]]>
|
||||
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$Id: chapters.ent,v 1.3 2002-08-28 16:50:32 blackend Exp $
|
||||
Original revision: 1.22
|
||||
$Id: chapters.ent,v 1.4 2002-09-21 17:48:47 blackend Exp $
|
||||
Original revision: 1.23
|
||||
-->
|
||||
|
||||
<!ENTITY chap.preface SYSTEM "preface/preface.sgml">
|
||||
|
@ -33,6 +33,7 @@
|
|||
<!ENTITY chap.vinum SYSTEM "vinum/chapter.sgml">
|
||||
<!ENTITY chap.x11 SYSTEM "x11/chapter.sgml">
|
||||
<!ENTITY chap.l10n SYSTEM "l10n/chapter.sgml">
|
||||
<!ENTITY chap.desktop SYSTEM "desktop/chapter.sgml">
|
||||
<!ENTITY chap.multimedia SYSTEM "multimedia/chapter.sgml">
|
||||
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.sgml">
|
||||
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.sgml">
|
||||
|
|
Loading…
Reference in a new issue