507ebf0702
- Generated by chinsan, psilotum, tzhuan, whsyu PR: ports/99074 Submitted by: chinsan <chinsan.tw@gmail.dot.com>
13 lines
274 B
Makefile
13 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = developers-handbook
|
|
SUBDIR+= faq
|
|
SUBDIR+= fdp-primer
|
|
SUBDIR+= handbook
|
|
SUBDIR+= porters-handbook
|
|
#SUBDIR+= zh-tut
|
|
|
|
ROOT_SYMLINKS = faq fdp-primer handbook porters-handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|