ce168f063c
- combine the 'how to contribute' doc and the 'contributing to ports' doc. - modernize the 'contributing to ports' doc - use &os; - prefer poudriere to tinderbox Reviewed by: crees, bapt, mat No objections from: bdrewery, gavin, wblock
23 lines
465 B
Makefile
23 lines
465 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+= 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"
|