7ff39be88a
and Makefile o Start with handbook subdirectory Approved by: phantom (mentor) Reviewed by: keramida Original revision: 1.10
20 lines
420 B
Makefile
20 lines
420 B
Makefile
# The FreeBSD Documentation Project
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
#
|
|
# Original revision: 1.10
|
|
#
|
|
# $FreeBSD$
|
|
|
|
#SUBDIR = corp-net-guide
|
|
#SUBDIR+= design-44bsd
|
|
#SUBDIR+= developers-handbook
|
|
#SUBDIR+= faq
|
|
#SUBDIR+= fdp-primer
|
|
SUBDIR+= handbook
|
|
#SUBDIR+= porters-handbook
|
|
#SUBDIR+= ppp-primer
|
|
|
|
ROOT_SYMLINKS= handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|