Thanks to Glen Barber for helping me setting the properties on new files. Obtained from: The FreeBSD German Documentation Project
21 lines
517 B
Makefile
21 lines
517 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/articles/Makefile,v 1.7 2010/09/18 13:58:33 bcr Exp $
|
|
# basiert auf: 1.42
|
|
|
|
SUBDIR = contributing
|
|
SUBDIR+= contributing-ports
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= laptop
|
|
SUBDIR+= linux-comparison
|
|
SUBDIR+= new-users
|
|
SUBDIR+= port-mentor-guidelines
|
|
SUBDIR+= solid-state
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|