And the neccessary glue to bring the new chapters into the build
Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
afcf0ebd25
commit
1b58f0f0e5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12443
3 changed files with 16 additions and 5 deletions
de_DE.ISO8859-1/books/handbook
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.15 2002/01/27 14:35:08 mheinen Exp $
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.16 2002/03/11 22:07:13 mheinen Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook in its German translation.
|
||||
#
|
||||
|
@ -16,6 +16,13 @@ HAS_INDEX= true
|
|||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# Images from the cross-document image library
|
||||
IMAGES_LIB= callouts/1.png
|
||||
IMAGES_LIB+= callouts/2.png
|
||||
IMAGES_LIB+= callouts/3.png
|
||||
IMAGES_LIB+= callouts/4.png
|
||||
IMAGES_LIB+= callouts/5.png
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
|
@ -31,6 +38,7 @@ SRCS+= disks/chapter.sgml
|
|||
SRCS+= kernelconfig/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
SRCS+= security/chapter.sgml
|
||||
SRCS+= serialcomms/chapter.sgml
|
||||
SRCS+= sound/chapter.sgml
|
||||
SRCS+= users/chapter.sgml
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Original version: 1.120
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.21 2002/01/26 16:46:08 mheinen Exp $
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.23 2002/03/11 22:07:13 mheinen Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -32,9 +32,10 @@
|
|||
<!ENTITY % chap.boot "IGNORE">
|
||||
<!ENTITY % chap.users "IGNORE">
|
||||
<!ENTITY % chap.kernelconfig "IGNORE">
|
||||
<!ENTITY % chap.disks "IGNORE">
|
||||
<!ENTITY % chap.security "IGNORE">
|
||||
<!ENTITY % chap.disks "IGNORE">
|
||||
<!ENTITY % chap.sound "IGNORE">
|
||||
<!ENTITY % chap.serialcomms "IGNORE">
|
||||
<!ENTITY % chap.bibliography "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
|
||||
|
@ -163,9 +164,10 @@
|
|||
<![ %chap.boot; [ &chap.boot; ]]>
|
||||
<![ %chap.users; [ &chap.users; ]]>
|
||||
<![ %chap.kernelconfig; [ &chap.kernelconfig; ]]>
|
||||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.security; [ &chap.security; ]]>
|
||||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.sound; [ &chap.sound; ]]>
|
||||
<![ %chap.serialcomms; [ &chap.serialcomms; ]]>
|
||||
</part>
|
||||
|
||||
<part>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
referenziert wird.
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.11 2002/01/26 16:46:08 mheinen Exp $
|
||||
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.12 2002/03/11 22:07:13 mheinen Exp $
|
||||
-->
|
||||
|
||||
<!-- Teil Eins -->
|
||||
|
@ -23,6 +23,7 @@
|
|||
<!ENTITY chap.security SYSTEM "security/chapter.sgml">
|
||||
<!ENTITY chap.disks SYSTEM "disks/chapter.sgml">
|
||||
<!ENTITY chap.sound SYSTEM "sound/chapter.sgml">
|
||||
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.sgml">
|
||||
|
||||
<!-- Teil Fünf (Anhang) -->
|
||||
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.sgml">
|
||||
|
|
Loading…
Reference in a new issue