Used ${.CURDIR}, for "make obj" friendliness. Should have added

this before the initial commit, d'oh!

PR:             docs/13571
Submitted by:   Neil Blakey-Milner <nbm@rucus.ru.ac.za>
This commit is contained in:
Nik Clayton 1999-09-05 22:14:26 +00:00
parent 89f2fbc869
commit 80a4decd05
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5535
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.1 1999-09-03 17:10:42 nik Exp $
# $Id: Makefile,v 1.2 1999-09-05 22:14:26 nik Exp $
#
# Build the FreeBSD New Committers Guide
#
@ -21,5 +21,5 @@ INSTALL_ONLY_COMPRESSED?=
# SGML content
SRCS= article.sgml
DOC_PREFIX?= ../../..
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.1 1999-09-03 17:10:42 nik Exp $
# $Id: Makefile,v 1.2 1999-09-05 22:14:26 nik Exp $
#
# Build the FreeBSD New Committers Guide
#
@ -21,5 +21,5 @@ INSTALL_ONLY_COMPRESSED?=
# SGML content
SRCS= article.sgml
DOC_PREFIX?= ../../..
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"