And the neccessary glue to bring the new chapters into the build

Obtained from:	The FreeBSD German Documentation Project
This commit is contained in:
Udo Erdelhoff 2002-03-13 00:44:20 +00:00
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

View file

@ -1,6 +1,6 @@
# #
# $FreeBSD$ # $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. # Build the FreeBSD Handbook in its German translation.
# #
@ -16,6 +16,13 @@ HAS_INDEX= true
INSTALL_COMPRESSED?= gz INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?= 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 # SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild # to any of these files will force a rebuild
@ -31,6 +38,7 @@ SRCS+= disks/chapter.sgml
SRCS+= kernelconfig/chapter.sgml SRCS+= kernelconfig/chapter.sgml
SRCS+= ports/chapter.sgml SRCS+= ports/chapter.sgml
SRCS+= security/chapter.sgml SRCS+= security/chapter.sgml
SRCS+= serialcomms/chapter.sgml
SRCS+= sound/chapter.sgml SRCS+= sound/chapter.sgml
SRCS+= users/chapter.sgml SRCS+= users/chapter.sgml

View file

@ -4,7 +4,7 @@
Original version: 1.120 Original version: 1.120
$FreeBSD$ $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" [ <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@ -32,9 +32,10 @@
<!ENTITY % chap.boot "IGNORE"> <!ENTITY % chap.boot "IGNORE">
<!ENTITY % chap.users "IGNORE"> <!ENTITY % chap.users "IGNORE">
<!ENTITY % chap.kernelconfig "IGNORE"> <!ENTITY % chap.kernelconfig "IGNORE">
<!ENTITY % chap.disks "IGNORE">
<!ENTITY % chap.security "IGNORE"> <!ENTITY % chap.security "IGNORE">
<!ENTITY % chap.disks "IGNORE">
<!ENTITY % chap.sound "IGNORE"> <!ENTITY % chap.sound "IGNORE">
<!ENTITY % chap.serialcomms "IGNORE">
<!ENTITY % chap.bibliography "IGNORE"> <!ENTITY % chap.bibliography "IGNORE">
<!ENTITY % chap.index "IGNORE"> <!ENTITY % chap.index "IGNORE">
@ -163,9 +164,10 @@
<![ %chap.boot; [ &chap.boot; ]]> <![ %chap.boot; [ &chap.boot; ]]>
<![ %chap.users; [ &chap.users; ]]> <![ %chap.users; [ &chap.users; ]]>
<![ %chap.kernelconfig; [ &chap.kernelconfig; ]]> <![ %chap.kernelconfig; [ &chap.kernelconfig; ]]>
<![ %chap.disks; [ &chap.disks; ]]>
<![ %chap.security; [ &chap.security; ]]> <![ %chap.security; [ &chap.security; ]]>
<![ %chap.disks; [ &chap.disks; ]]>
<![ %chap.sound; [ &chap.sound; ]]> <![ %chap.sound; [ &chap.sound; ]]>
<![ %chap.serialcomms; [ &chap.serialcomms; ]]>
</part> </part>
<part> <part>

View file

@ -8,7 +8,7 @@
referenziert wird. referenziert wird.
$FreeBSD$ $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 --> <!-- Teil Eins -->
@ -23,6 +23,7 @@
<!ENTITY chap.security SYSTEM "security/chapter.sgml"> <!ENTITY chap.security SYSTEM "security/chapter.sgml">
<!ENTITY chap.disks SYSTEM "disks/chapter.sgml"> <!ENTITY chap.disks SYSTEM "disks/chapter.sgml">
<!ENTITY chap.sound SYSTEM "sound/chapter.sgml"> <!ENTITY chap.sound SYSTEM "sound/chapter.sgml">
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.sgml">
<!-- Teil Fünf (Anhang) --> <!-- Teil Fünf (Anhang) -->
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.sgml"> <!ENTITY chap.bibliography SYSTEM "bibliography/chapter.sgml">