fd86fdc323
List "new-users" in ROOT_SYMLINKS, so it will get included in the top level as necessary. Use doc.project.mk in place of docproj.docbook.mk.
15 lines
329 B
Makefile
15 lines
329 B
Makefile
# $Id: Makefile,v 1.3 1999-09-03 17:11:28 nik 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"
|