27 lines
533 B
Makefile
27 lines
533 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD Spanish Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR+= contributing
|
|
SUBDIR+= cups
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= fdp-es
|
|
SUBDIR+= freebsd-questions
|
|
SUBDIR+= ipsec-must
|
|
SUBDIR+= leap-seconds
|
|
SUBDIR+= linux-users
|
|
SUBDIR+= mailing-list-faq
|
|
SUBDIR+= nanobsd
|
|
SUBDIR+= port-mentor-guidelines
|
|
SUBDIR+= p4-primer
|
|
SUBDIR+= problem-reports
|
|
SUBDIR+= releng
|
|
SUBDIR+= remote-install
|
|
SUBDIR+= solid-state
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
|