a7ecf541de
- remove article about releng packages - we no longer produce multi-cd releases - CVS is not our VCS system - we havn't releaseed with xfree86 is years - section 1 about the 'ports cluster' is now entirely untrue and been disclaimed by portmgr Discussed with: peter, bdrewery, Daniel O'Connor
20 lines
428 B
Makefile
20 lines
428 B
Makefile
# $FreeBSD$
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/articles/Makefile
|
|
# %SRCID% 1.39
|
|
|
|
SUBDIR = bsdl-gpl
|
|
SUBDIR+= contributing
|
|
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
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|