e0c3e326fe
Topics that would be covered in a modern version are already explained in the normal handbook. Discussed on: -doc Approved by: bcr
16 lines
307 B
Makefile
16 lines
307 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = arch-handbook
|
|
SUBDIR+= design-44bsd
|
|
SUBDIR+= dev-model
|
|
SUBDIR+= developers-handbook
|
|
SUBDIR+= faq
|
|
SUBDIR+= fdp-primer
|
|
SUBDIR+= handbook
|
|
SUBDIR+= pmake
|
|
SUBDIR+= porters-handbook
|
|
|
|
ROOT_SYMLINKS= faq handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|