18 lines
317 B
Makefile
18 lines
317 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD French Documentation Project
|
|
#
|
|
# $Id$
|
|
# $FreeBSD$
|
|
# Original revision: 1.2.2.1
|
|
|
|
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
|
|
|
SUBDIR = alpha
|
|
SUBDIR+= i386
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|