22 lines
474 B
Makefile
22 lines
474 B
Makefile
# $FreeBSD$
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/articles/Makefile
|
|
# %SRCID% 1.39
|
|
|
|
SUBDIR = bsdl-gpl
|
|
SUBDIR+= contributing
|
|
SUBDIR+= cvs-freebsd
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= freebsd-questions
|
|
SUBDIR+= gjournal-desktop
|
|
SUBDIR+= greek-language-support
|
|
SUBDIR+= linux-users
|
|
SUBDIR+= mailing-list-faq
|
|
SUBDIR+= nanobsd
|
|
SUBDIR+= new-users
|
|
SUBDIR+= problem-reports
|
|
SUBDIR+= releng
|
|
SUBDIR+= releng-packages
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|