16 lines
275 B
Makefile
16 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"
|