15 lines
362 B
Makefile
15 lines
362 B
Makefile
# $FreeBSD: doc/en_US.ISO_8859-1/articles/Makefile,v 1.4 1999/09/06 06:52:35 peter Exp $
|
|
|
|
SUBDIR = committers-guide
|
|
SUBDIR+= diskless-x
|
|
SUBDIR+= fonts
|
|
SUBDIR+= formatting-media
|
|
SUBDIR+= mh
|
|
SUBDIR+= multi-os
|
|
SUBDIR+= new-users
|
|
SUBDIR+= programming-tools
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|