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;
locks; strict;
comment	@# @;


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


desc
@@


1.1
log
@Update the German documentation set.

doc/de_DE.ISO8859-1/articles/Makefile                                   fixes only
doc/de_DE.ISO8859-1/articles/linux-comparison/Makefile                  new file
doc/de_DE.ISO8859-1/articles/linux-comparison/article.sgml              new translation [X]
doc/de_DE.ISO8859-1/books/Makefile                                      fixes only
doc/de_DE.ISO8859-1/books/developers-handbook/book.sgml                 fixes only
doc/de_DE.ISO8859-1/books/developers-handbook/dma/chapter.sgml          fixes only
doc/de_DE.ISO8859-1/books/developers-handbook/policies/Makefile         fixes only
doc/de_DE.ISO8859-1/books/faq/book.sgml                                 1.879 -> 1.908 [XX]
doc/de_DE.ISO8859-1/books/fdp-primer/the-website/chapter.sgml           fixes only
doc/de_DE.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml         fixes only
doc/de_DE.ISO8859-1/books/porters-handbook/book.sgml                    1.895 -> 1.793 [X]

Obtained from:  The FreeBSD German Documentation Project.

[X]     Contributed by: Fabian Ruch (fabianruch ett bsdgroup dott de)
[XX]    Contributed by: Benedict Reuschling (benedict ett reuschling dott org)
@
text
@#
#    The FreeBSD Documentation Project
#    The FreeBSD German Documentation Project
#
#    $FreeBSD$
#    $FreeBSDde: de-docproj/articles/linux-comparison/Makefile,v 1.1 2009/01/17 11:49:02 jkois Exp $
#    basiert auf: 1.1
#
# Article: Vergleich FreeBSD - Linux

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"
@
