a49123efc8
Obtained from: The FreeBSD Brazilian Portuguese Documentation Project (http://doc.fug.com.br) Approved by: gabor (mentor)
23 lines
462 B
Makefile
23 lines
462 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+= hubs
|
|
SUBDIR+= linux-users
|
|
SUBDIR+= new-users
|
|
SUBDIR+= problem-reports
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|