From 99c6166e0f3b236222c4cf41da1e42ed38b231d4 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 3 Sep 1999 18:25:46 +0000 Subject: [PATCH] Damn. Missed important '/' in last commit. --- ja_JP.eucJP/books/handbook/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ja_JP.eucJP/books/handbook/Makefile b/ja_JP.eucJP/books/handbook/Makefile index 7709089063..2adaa34f83 100644 --- a/ja_JP.eucJP/books/handbook/Makefile +++ b/ja_JP.eucJP/books/handbook/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.39 1999-09-03 18:23:12 nik Exp $ +# $Id: Makefile,v 1.40 1999-09-03 18:25:46 nik Exp $ # # Build the FreeBSD Handbook (Japanese). # @@ -61,5 +61,5 @@ SRCS+= mailing-lists.ent SRCS+= jcontrib/chapter.sgml SRCS+= jauthors.ent -DOC_PREFIX?= ${.CURDIR}../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk"