Sync with FreeBSD German Documentation Project:
- Add the translated "disks" chapter. Submitted by: Martin Heinen <mheinen0@wiesbaden-online.de>
This commit is contained in:
parent
4cd321c6fc
commit
e3b505c95d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9931
4 changed files with 1191 additions and 4 deletions
de_DE.ISO8859-1/books/handbook
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.5 2001/06/12 09:04:48 alex Exp $
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.7 2001/07/16 18:07:39 alex Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook in its German translation.
|
||||
#
|
||||
|
@ -24,6 +24,7 @@ SRCS= book.sgml
|
|||
SRCS+= backups/chapter.sgml
|
||||
SRCS+= basics/chapter.sgml
|
||||
SRCS+= bibliography/chapter.sgml
|
||||
SRCS+= disks/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
SRCS+= sound/chapter.sgml
|
||||
SRCS+= users/chapter.sgml
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
||||
$FreeBSD: doc/de_DE.ISO8859-1/books/handbook/book.sgml,v 1.12 2001/06/21 03:38:12 chris Exp $
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.7 2001/06/12 09:04:48 alex Exp $
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.10 2001/07/16 18:12:48 alex Exp $
|
||||
Original version: ?
|
||||
-->
|
||||
|
||||
|
@ -97,6 +97,7 @@
|
|||
<part>
|
||||
<title>System Administration</title>
|
||||
&chap.users;
|
||||
&chap.disks;
|
||||
&chap.backups;
|
||||
&chap.sound;
|
||||
</part>
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
Kapitel sollten in der Reihenfolge aufgelistet sein, in der auf sie
|
||||
referenziert wird.
|
||||
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/chapters.ent,v 1.5 2000/08/18 12:47:39 alex Exp $
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.5 2001/07/16 18:07:39 alex Exp $
|
||||
-->
|
||||
|
||||
<!-- Teil Eins -->
|
||||
|
@ -16,6 +17,7 @@
|
|||
|
||||
<!-- Teil Zwei -->
|
||||
<!ENTITY chap.users SYSTEM "users/chapter.sgml">
|
||||
<!ENTITY chap.disks SYSTEM "disks/chapter.sgml">
|
||||
<!ENTITY chap.backups SYSTEM "backups/chapter.sgml">
|
||||
<!ENTITY chap.sound SYSTEM "sound/chapter.sgml">
|
||||
|
||||
|
|
1183
de_DE.ISO8859-1/books/handbook/disks/chapter.sgml
Normal file
1183
de_DE.ISO8859-1/books/handbook/disks/chapter.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue