13 lines
232 B
Makefile
13 lines
232 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD Norwegian Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR= handbook
|
|
|
|
ROOT_SYMLINKS= handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|