12 lines
291 B
Makefile
12 lines
291 B
Makefile
# $FreeBSD: doc/en_US.ISO_8859-1/books/Makefile,v 1.6 1999/09/17 23:45:03 nik Exp $
|
|
|
|
SUBDIR = faq
|
|
SUBDIR+= fdp-primer
|
|
SUBDIR+= handbook
|
|
SUBDIR+= porters-handbook
|
|
SUBDIR+= ppp-primer
|
|
|
|
ROOT_SYMLINKS= faq handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|