c96a4769af
Discussed with: blackend
17 lines
324 B
Makefile
17 lines
324 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD French Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# Original revision: 1.4
|
|
#
|
|
|
|
SUBDIR = faq
|
|
SUBDIR+= handbook
|
|
SUBDIR+= fdp-primer
|
|
SUBDIR+= developers-handbook
|
|
|
|
ROOT_SYMLINKS= faq handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|