Use doc.project.mk in place of docproj.docbook.mk.

Use the new ROOT_SYMLINKS variable where necessary.
This commit is contained in:
Nik Clayton 1999-09-03 17:24:47 +00:00
parent 30bff5e9ff
commit 20f7d377d1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5511
16 changed files with 61 additions and 129 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.13 1999-08-26 19:40:04 nik Exp $
# $Id: Makefile,v 1.14 1999-09-03 17:24:37 nik Exp $
#
# The user can override the default list of languages to build and install
@ -14,4 +14,5 @@ SUBDIR+= ru_RU.KOI8-R
SUBDIR+= zh_TW.Big5
.endif
.include <bsd.subdir.mk>
DOC_PREFIX?= ${.CURDIR}
.include "${DOC_PREFIX}/share/mk/doc.subdir.mk"