1fb2e18819
clean up for other older articles which were already deleted. tested with a top-level 'make'
24 lines
493 B
Makefile
24 lines
493 B
Makefile
#
|
|
# Build the FreeBSD FAQ
|
|
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
#
|
|
# Original revision: r38826
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR+= building-products
|
|
SUBDIR+= contributing
|
|
SUBDIR+= contributing-ports
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= freebsd-questions
|
|
SUBDIR+= freebsd-update-server
|
|
SUBDIR+= hubs
|
|
SUBDIR+= linux-users
|
|
SUBDIR+= new-users
|
|
SUBDIR+= problem-reports
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|