61412308f0
Submitted by: whsyu Obtained from: The FreeBSD Traditional Chinese Project https://opensvn.csie.org/traccgi/freebsddoc/wiki
15 lines
301 B
Makefile
15 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR+= contributing
|
|
SUBDIR+= cvs-freebsd
|
|
SUBDIR+= freebsd-questions
|
|
SUBDIR+= hubs
|
|
SUBDIR+= mailing-list-faq
|
|
SUBDIR+= nanobsd
|
|
SUBDIR+= pr-guidelines
|
|
SUBDIR+= problem-reports
|
|
SUBDIR+= remote-install
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|