aboutsummaryrefslogtreecommitdiff
path: root/release/doc/en_US.ISO_8859-1/installation/i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/doc/en_US.ISO_8859-1/installation/i386/Makefile')
-rw-r--r--release/doc/en_US.ISO_8859-1/installation/i386/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO_8859-1/installation/i386/Makefile b/release/doc/en_US.ISO_8859-1/installation/i386/Makefile
index d4f2e5d2b920..9f80ef82d7ef 100644
--- a/release/doc/en_US.ISO_8859-1/installation/i386/Makefile
+++ b/release/doc/en_US.ISO_8859-1/installation/i386/Makefile
@@ -1,10 +1,12 @@
# $FreeBSD$
+RELN_ROOT?= ${.CURDIR}/../../..
+
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
-EXTRA_CATALOGS+= ../../../share/sgml/catalog
+EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
# SGML content
SRCS+= article.sgml
@@ -16,8 +18,8 @@ SRCS+= ../common/trouble.sgml
SRCS+= ../common/upgrade.sgml
# Use the appropriate architecture-dependent RELNOTESng stylesheet
-DSLHTML?= ${.CURDIR}/../../../share/sgml/release-i386.dsl
-DSLPRINT?= ${.CURDIR}/../../../share/sgml/release-i386.dsl
+DSLHTML?= ${RELN_ROOT}/share/sgml/release-i386.dsl
+DSLPRINT?= ${RELN_ROOT}/share/sgml/release-i386.dsl
-DOC_PREFIX?= /usr/doc
+.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"