head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2009.02.24.15.02.17;	author jkois;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.14.22.06.22;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@MFde:   Update the German Documentation set.

doc/de_DE.ISO8859-1/books/developers-handbook/Makefile                  1.23  -> 1.24
doc/de_DE.ISO8859-1/books/developers-handbook/book.sgml                 1.55  -> 1.57
doc/de_DE.ISO8859-1/books/developers-handbook/chapters.ent              1.22  -> 1.23
doc/de_DE.ISO8859-1/books/developers-handbook/introduction/chapter.sgml 1.18  -> 1.20
doc/de_DE.ISO8859-1/books/developers-handbook/kernelbuild/chapter.sgml  1.3   -> 1.5
doc/de_DE.ISO8859-1/share/sgml/mailing-lists.ent                        1.58  -> 1.67

Obtained from:  The FreeBSD German Documentation Project
@
text
@# The FreeBSD Documentation Project
# The FreeBSD German Documentation Project
#
# $FreeBSD$
# $FreeBSDde: de-docproj/books/developers-handbook/Makefile,v 1.3 2009/02/21 19:12:23 jkois Exp $
# basiert auf: 1.24
#
# Build the FreeBSD Developers' Handbook.
#

MAINTAINER=doc@@FreeBSD.org

DOC?= book

FORMATS?= html-split

HAS_INDEX= true

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

# Images
IMAGES_EN= sockets/layers.eps sockets/sain.eps sockets/sainfill.eps sockets/sainlsb.eps sockets/sainmsb.eps sockets/sainserv.eps sockets/serv.eps sockets/serv2.eps sockets/slayers.eps

#
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#

# SGML content
SRCS=  book.sgml
SRCS+= introduction/chapter.sgml
SRCS+= ipv6/chapter.sgml
SRCS+= kernelbuild/chapter.sgml
SRCS+= kerneldebug/chapter.sgml
SRCS+= l10n/chapter.sgml
SRCS+= policies/chapter.sgml
SRCS+= secure/chapter.sgml
SRCS+= sockets/chapter.sgml
SRCS+= testing/chapter.sgml
SRCS+= tools/chapter.sgml
SRCS+= x86/chapter.sgml

# Entities

URL_RELPREFIX?=	../../../..
DOC_PREFIX?=	${.CURDIR}/../../..

.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.1
log
@- Please welcome to the german translation of the developers-handbook.

- This work was done by the FreeBSD German Documentation Project. A list of
  people involved in this translation can be found under

  https://doc.bsdgroup.de/status/developers-handbook.html
@
text
@d5 2
a6 2
# $FreeBSDde: de-docproj/books/developers-handbook/Makefile,v 1.2 2007/08/31 01:42:15 as Exp $
# basiert auf: 1.23
d25 1
a25 1
# 
a31 1
SRCS+= dma/chapter.sgml
@

