diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-09-03 17:24:47 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-09-03 17:24:47 +0000 |
commit | 20f7d377d15e7ea65357b36d8c3f15c31383157b (patch) | |
tree | b6e26e6a6c97f6250d366766419259ccf68c3c38 /Makefile | |
parent | 30bff5e9ff2cc964f1ad4e8caceed06eb0f438bd (diff) | |
download | doc-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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |