${.CURDIR} and doc.project.mk usage.

This commit is contained in:
Nik Clayton 1999-09-03 18:23:12 +00:00
parent 78e0c3c1d4
commit cdf4d799c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5518

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.38 1999-08-31 15:00:04 kuriyama Exp $
# $Id: Makefile,v 1.39 1999-09-03 18:23:12 nik Exp $
#
# Build the FreeBSD Handbook (Japanese).
#
@ -61,5 +61,5 @@ SRCS+= mailing-lists.ent
SRCS+= jcontrib/chapter.sgml
SRCS+= jauthors.ent
DOC_PREFIX?= ../../..
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
DOC_PREFIX?= ${.CURDIR}../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"