the cvs-freebsd article was removed from the English version some time ago. Fully remove it from the doc tree now
14 lines
280 B
Makefile
14 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR+= contributing
|
|
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"
|