From 20f7d377d15e7ea65357b36d8c3f15c31383157b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 3 Sep 1999 17:24:47 +0000 Subject: Use doc.project.mk in place of docproj.docbook.mk. Use the new ROOT_SYMLINKS variable where necessary. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 028109bcfe..f804456720 100644 --- a/Makefile +++ b/Makefile @@ -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 +DOC_PREFIX?= ${.CURDIR} +.include "${DOC_PREFIX}/share/mk/doc.subdir.mk" -- cgit v1.2.3