head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_6_3_0:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_2_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2005.09.06.16.27.12;	author jkois;	state Exp;
branches;
next	;


desc
@@


1.1
log
@MFbed: Update the German documentation set.

articles/Makefile                               hook up the new german article "version-guide"
articles/version-guide/article.sgml             new translation
books/faq/book.sgml                             1.756 -> 1.759
books/fdp-primer/tools/chapter.sgml             1.31  -> 1.32
books/handbook/basics/chapter.sgml              1.135 -> 1.138
books/handbook/config/chapter.sgml              1.203 -> 1.212
books/handbook/cutting-edge/chapter.sgml        1.215 -> 1.217
books/handbook/desktop/chapter.sgml             1.48  -> 1.56
books/handbook/disks/chapter.sgml               1.231 -> 1.241
books/handbook/eresources/chapter.sgml          1.164 -> 1.174
books/handbook/install/chapter.sgml             1.318 -> 1.329
books/handbook/introduction/chapter.sgml        1.106 -> 1.110
books/handbook/kernelconfig/chapter.sgml        1.153 -> 1.159
books/handbook/l10n/chapter.sgml                1.109 -> 1.111
books/handbook/mail/chapter.sgml                1.125 -> 1.129
books/handbook/mirrors/chapter.sgml             1.378 -> 1.386
books/handbook/multimedia/chapter.sgml          1.105 -> 1.110
books/handbook/pgpkeys/chapter.sgml             1.250 -> 1.270
books/handbook/ports/chapter.sgml               1.227 -> 1.243
books/handbook/ppp-and-slip/chapter.sgml        1.150 -> 1.170
books/handbook/preface/preface.sgml             1.28  -> 1.29
books/handbook/printing/chapter.sgml            1.92  -> 1.93
books/handbook/security/chapter.sgml            1.260 -> 1.281
books/handbook/serialcomms/chapter.sgml         1.96  -> 1.100
books/handbook/x11/chapter.sgml                 1.161 -> 1.166
share/sgml/mailing-lists.ent                    1.47  -> 1.49

Obtained from:          The FreeBSD German Documentation Project.

Approved by:            mheinen (mentor)
@
text
@#
#    The FreeBSD Documentation Project
#    The FreeBSD German Documentation Project
#
#    $FreeBSD$
#    $FreeBSDde: de-docproj/articles/version-guide/Makefile,v 1.1 2005/08/25 20:14:51 jkois Exp $
#    basiert auf: 1.3
#
# Article: FreeBSD Version Guide

DOC?= article

FORMATS?= html html-split
WITH_ARTICLE_TOC?= YES

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=

SRCS=	article.sgml

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

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