diff --git a/es_ES.ISO8859-1/books/faq/Makefile b/es_ES.ISO8859-1/books/faq/Makefile index 4f8cf71be6..7448d8e17d 100644 --- a/es_ES.ISO8859-1/books/faq/Makefile +++ b/es_ES.ISO8859-1/books/faq/Makefile @@ -1,26 +1,25 @@ # -# $Id: Makefile,v 1.1 1999-08-18 13:04:30 jesusr Exp $ +# $Id: Makefile,v 1.2 1999-09-03 17:42:17 nik Exp $ # # Build the FreeBSD FAQ # MAINTAINER=jesusr@FreeBSD.org DOC?= book FORMATS?= html-split 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= book.sgml -DOC_PREFIX?= ../../.. - -.include "../../../share/mk/docproj.docbook.mk" +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/es_ES.ISO_8859-1/books/faq/Makefile b/es_ES.ISO_8859-1/books/faq/Makefile index 4f8cf71be6..7448d8e17d 100644 --- a/es_ES.ISO_8859-1/books/faq/Makefile +++ b/es_ES.ISO_8859-1/books/faq/Makefile @@ -1,26 +1,25 @@ # -# $Id: Makefile,v 1.1 1999-08-18 13:04:30 jesusr Exp $ +# $Id: Makefile,v 1.2 1999-09-03 17:42:17 nik Exp $ # # Build the FreeBSD FAQ # MAINTAINER=jesusr@FreeBSD.org DOC?= book FORMATS?= html-split 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= book.sgml -DOC_PREFIX?= ../../.. - -.include "../../../share/mk/docproj.docbook.mk" +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/ja_JP.eucJP/books/faq/Makefile b/ja_JP.eucJP/books/faq/Makefile index 5be27219af..4ad5f9c172 100644 --- a/ja_JP.eucJP/books/faq/Makefile +++ b/ja_JP.eucJP/books/faq/Makefile @@ -1,28 +1,27 @@ # -# $Id: Makefile,v 1.5 1999-08-31 15:00:03 kuriyama Exp $ +# $Id: Makefile,v 1.6 1999-09-03 17:44:11 nik Exp $ # # Build the FreeBSD FAQ # # Original revision: 1.3 # MAINTAINER=kuriyama@FreeBSD.ORG DOC?= book FORMATS?= html-split 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= book.sgml -DOC_PREFIX?= ../../.. - -.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/ru_RU.KOI8-R/books/faq/Makefile b/ru_RU.KOI8-R/books/faq/Makefile index 0f3b8239b9..a1c203c52c 100644 --- a/ru_RU.KOI8-R/books/faq/Makefile +++ b/ru_RU.KOI8-R/books/faq/Makefile @@ -1,26 +1,26 @@ # -# $Id: Makefile,v 1.1 1999-08-29 16:51:17 nik Exp $ +# $Id: Makefile,v 1.2 1999-09-03 17:45:14 nik Exp $ # # Build the FreeBSD FAQ # MAINTAINER=nik@FreeBSD.ORG DOC?= book FORMATS?= html-split 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= book.sgml -DOC_PREFIX?= ../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. -.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/zh_TW.Big5/books/faq/Makefile b/zh_TW.Big5/books/faq/Makefile index 7c19983fc0..9d040b5eda 100644 --- a/zh_TW.Big5/books/faq/Makefile +++ b/zh_TW.Big5/books/faq/Makefile @@ -1,28 +1,27 @@ # -# $Id: Makefile,v 1.2 1999-08-25 05:29:44 foxfair Exp $ +# $Id: Makefile,v 1.3 1999-09-03 17:45:42 nik Exp $ # # Build the FreeBSD Chinese-Big5 FAQ # MAINTAINER=foxfair@FreeBSD.org TIDYFLAGS= -raw DOC?= book FORMATS?= html-split 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= book.sgml -DOC_PREFIX?= ../../.. - -.include "../../../share/mk/docproj.docbook.mk" +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk"