doc/de_DE.ISO8859-1/articles/Makefile hook up the new article doc/de_DE.ISO8859-1/articles/contributing-ports/Makefile new file doc/de_DE.ISO8859-1/articles/contributing-ports/article.sgml new translation [XX] Obtained from: The FreeBSD German Documentation Project. [XX]: Translated by: miwi@ Reviewed by: lme@, ds@ (and helper) Trimmed by: jkois@ ;-)
19 lines
463 B
Makefile
19 lines
463 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/articles/Makefile,v 1.5 2007/07/11 18:41:07 jkois Exp $
|
|
# basiert auf: 1.42
|
|
|
|
SUBDIR = contributing
|
|
SUBDIR+= contributing-ports
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= laptop
|
|
SUBDIR+= new-users
|
|
SUBDIR+= version-guide
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|