1fb2e18819
clean up for other older articles which were already deleted. tested with a top-level 'make'
15 lines
279 B
Makefile
15 lines
279 B
Makefile
#
|
|
# The FreeBSD Simplified Chinese Project
|
|
# Original Revision: 1.52
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR+= contributing
|
|
SUBDIR+= linux-users
|
|
SUBDIR+= nanobsd
|
|
SUBDIR+= rc-scripting
|
|
SUBDIR+= remote-install
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|