a6a15cc00b
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)
24 lines
513 B
Makefile
24 lines
513 B
Makefile
#
|
|
# 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"
|