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>
16 lines
395 B
Makefile
16 lines
395 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/articles/Makefile,v 1.1 2004/11/28 21:13:46 jkois Exp $
|
|
# basiert auf: 1.42
|
|
|
|
SUBDIR = contributing
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= laptop
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|