aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-09-03 17:24:47 +0000
committerNik Clayton <nik@FreeBSD.org>1999-09-03 17:24:47 +0000
commit20f7d377d15e7ea65357b36d8c3f15c31383157b (patch)
treeb6e26e6a6c97f6250d366766419259ccf68c3c38 /Makefile
parent30bff5e9ff2cc964f1ad4e8caceed06eb0f438bd (diff)
downloaddoc-20f7d377d15e7ea65357b36d8c3f15c31383157b.tar.gz
doc-20f7d377d15e7ea65357b36d8c3f15c31383157b.zip
Use doc.project.mk in place of docproj.docbook.mk.
Use the new ROOT_SYMLINKS variable where necessary.
Notes
Notes: svn path=/head/; revision=5511
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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 <bsd.subdir.mk>
+DOC_PREFIX?= ${.CURDIR}
+.include "${DOC_PREFIX}/share/mk/doc.subdir.mk"