The German translation of the ``Ports'' chapter, based on
rev. 1.111 (a number for Asami-san :-]) of the English version. Translated by: Uwe Pierau <uwe.pierau@tu-clausthal.de> Submitted by: Frank Gruender <elwood@mc5sys.in-berlin.de> Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
1d3c1680b6
commit
7c3fe0204d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7851
8 changed files with 2114 additions and 8 deletions
de_DE.ISO8859-1/books/handbook
de_DE.ISO_8859-1/books/handbook
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/Makefile,v 1.3 2000/06/29 10:08:28 alex Exp $
|
||||
# $FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/Makefile,v 1.4 2000/07/30 10:05:59 alex Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook in its German translation.
|
||||
#
|
||||
|
@ -23,6 +23,7 @@ SRCS= book.sgml
|
|||
SRCS+= backups/chapter.sgml
|
||||
SRCS+= basics/chapter.sgml
|
||||
SRCS+= bibliography/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
|
||||
# Entities
|
||||
SRCS+= ../../../en_US.ISO_8859-1/books/handbook/authors.ent
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/book.sgml,v 1.4 2000/07/30 10:06:00 alex Exp $
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/book.sgml,v 1.5 2000/08/06 11:40:23 alex Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -25,7 +25,7 @@
|
|||
<!ENTITY rel.current CDATA "4.1">
|
||||
]>
|
||||
|
||||
<book lang="de">
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>FreeBSD Handbuch</title>
|
||||
|
||||
|
@ -86,6 +86,7 @@
|
|||
<title>Erste Schritte</title>
|
||||
|
||||
&chap.basics;
|
||||
&chap.ports;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
|
|
|
@ -7,11 +7,12 @@
|
|||
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.3 2000/06/23 10:49:40 alex Exp $
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/chapters.ent,v 1.4 2000/06/29 10:08:28 alex Exp $
|
||||
-->
|
||||
|
||||
<!-- Teil Eins -->
|
||||
<!ENTITY chap.basics SYSTEM "basics/chapter.sgml">
|
||||
<!ENTITY chap.ports SYSTEM "ports/chapter.sgml">
|
||||
|
||||
<!-- Teil Zwei -->
|
||||
<!ENTITY chap.backups SYSTEM "backups/chapter.sgml">
|
||||
|
|
1050
de_DE.ISO8859-1/books/handbook/ports/chapter.sgml
Normal file
1050
de_DE.ISO8859-1/books/handbook/ports/chapter.sgml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/Makefile,v 1.3 2000/06/29 10:08:28 alex Exp $
|
||||
# $FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/Makefile,v 1.4 2000/07/30 10:05:59 alex Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook in its German translation.
|
||||
#
|
||||
|
@ -23,6 +23,7 @@ SRCS= book.sgml
|
|||
SRCS+= backups/chapter.sgml
|
||||
SRCS+= basics/chapter.sgml
|
||||
SRCS+= bibliography/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
|
||||
# Entities
|
||||
SRCS+= ../../../en_US.ISO_8859-1/books/handbook/authors.ent
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/book.sgml,v 1.4 2000/07/30 10:06:00 alex Exp $
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/book.sgml,v 1.5 2000/08/06 11:40:23 alex Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -25,7 +25,7 @@
|
|||
<!ENTITY rel.current CDATA "4.1">
|
||||
]>
|
||||
|
||||
<book lang="de">
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>FreeBSD Handbuch</title>
|
||||
|
||||
|
@ -86,6 +86,7 @@
|
|||
<title>Erste Schritte</title>
|
||||
|
||||
&chap.basics;
|
||||
&chap.ports;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
|
|
|
@ -7,11 +7,12 @@
|
|||
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.3 2000/06/23 10:49:40 alex Exp $
|
||||
$FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/chapters.ent,v 1.4 2000/06/29 10:08:28 alex Exp $
|
||||
-->
|
||||
|
||||
<!-- Teil Eins -->
|
||||
<!ENTITY chap.basics SYSTEM "basics/chapter.sgml">
|
||||
<!ENTITY chap.ports SYSTEM "ports/chapter.sgml">
|
||||
|
||||
<!-- Teil Zwei -->
|
||||
<!ENTITY chap.backups SYSTEM "backups/chapter.sgml">
|
||||
|
|
1050
de_DE.ISO_8859-1/books/handbook/ports/chapter.sgml
Normal file
1050
de_DE.ISO_8859-1/books/handbook/ports/chapter.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue