List the new committers guide.
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.
This commit is contained in:
parent
5f291ead9b
commit
fd86fdc323
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5504
2 changed files with 14 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
|
# $Id: Makefile,v 1.3 1999-09-03 17:11:28 nik Exp $
|
||||||
|
|
||||||
SUBDIR = diskless-x
|
SUBDIR = committers-guide
|
||||||
|
SUBDIR+= diskless-x
|
||||||
SUBDIR+= fonts
|
SUBDIR+= fonts
|
||||||
SUBDIR+= formatting-media
|
SUBDIR+= formatting-media
|
||||||
SUBDIR+= mh
|
SUBDIR+= mh
|
||||||
|
@ -8,4 +9,7 @@ SUBDIR+= multi-os
|
||||||
SUBDIR+= new-users
|
SUBDIR+= new-users
|
||||||
SUBDIR+= programming-tools
|
SUBDIR+= programming-tools
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
ROOT_SYMLINKS+= new-users
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../..
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# $Id: Makefile,v 1.2 1999-08-17 21:35:52 nik Exp $
|
# $Id: Makefile,v 1.3 1999-09-03 17:11:28 nik Exp $
|
||||||
|
|
||||||
SUBDIR = diskless-x
|
SUBDIR = committers-guide
|
||||||
|
SUBDIR+= diskless-x
|
||||||
SUBDIR+= fonts
|
SUBDIR+= fonts
|
||||||
SUBDIR+= formatting-media
|
SUBDIR+= formatting-media
|
||||||
SUBDIR+= mh
|
SUBDIR+= mh
|
||||||
|
@ -8,4 +9,7 @@ SUBDIR+= multi-os
|
||||||
SUBDIR+= new-users
|
SUBDIR+= new-users
|
||||||
SUBDIR+= programming-tools
|
SUBDIR+= programming-tools
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
ROOT_SYMLINKS+= new-users
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../..
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||||
|
|
Loading…
Reference in a new issue