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