Makefile include the new German article section articles/Makefile new articles/Makefile.inc new articles/contributing/article.sgml new translation articles/contributing/Makefile new articles/explaining-bsd/article.sgml new translation [*] articles/explaining-bsd/Makefile new articles/laptop/article.sgml new translation [*] articles/laptop/Makefile new Obtained from: The FreeBSD German Documentation Project. Approved by: mheinen (mentor) [*] Submitted by: Fabio Tosques <F.Tosques@gmx.de>
24 lines
511 B
Makefile
24 lines
511 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/articles/explaining-bsd/Makefile,v 1.1 2004/11/28 21:13:46 jkois Exp $
|
|
# basiert auf: 1.16
|
|
#
|
|
# Article: Hintergrundwissen zu BSD
|
|
|
|
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"
|