diff --git a/en_US.ISO8859-1/articles/committers-guide/Makefile b/en_US.ISO8859-1/articles/committers-guide/Makefile index 8b6f06af66..b9ce19db8b 100644 --- a/en_US.ISO8859-1/articles/committers-guide/Makefile +++ b/en_US.ISO8859-1/articles/committers-guide/Makefile @@ -1,25 +1,25 @@ # -# $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 # MAINTAINER=jhb@FreeBSD.org DOC?= article FORMATS?= html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS= article.sgml -DOC_PREFIX?= ../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/en_US.ISO_8859-1/articles/committers-guide/Makefile b/en_US.ISO_8859-1/articles/committers-guide/Makefile index 8b6f06af66..b9ce19db8b 100644 --- a/en_US.ISO_8859-1/articles/committers-guide/Makefile +++ b/en_US.ISO_8859-1/articles/committers-guide/Makefile @@ -1,25 +1,25 @@ # -# $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 # MAINTAINER=jhb@FreeBSD.org DOC?= article FORMATS?= html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS= article.sgml -DOC_PREFIX?= ../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk"