e03dfa1149
and Makefile o Start with contributing subdirectory Obtained from: The FreeBSD Brazilian Portuguese Documentation Project Original revision: 1.36
15 lines
275 B
Makefile
15 lines
275 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Build the FreeBSD FAQ
|
|
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
#
|
|
# Original revision: 1.36
|
|
#
|
|
|
|
SUBDIR =
|
|
SUBDIR+= contributing
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|