10 lines
164 B
Makefile
10 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = handbook
|
|
SUBDIR+= unix-introduction
|
|
|
|
ROOT_SYMLINKS= handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|