463cc41e61
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>
15 lines
334 B
Makefile
15 lines
334 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/Makefile,v 1.2 2004/11/28 21:13:46 jkois Exp $
|
|
# basiert auf: 1.7
|
|
|
|
COMPAT_SYMLINK = de
|
|
|
|
SUBDIR = articles
|
|
SUBDIR+= books
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|