aboutsummaryrefslogtreecommitdiff
path: root/release/doc/en_US.ISO_8859-1/installation/alpha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/doc/en_US.ISO_8859-1/installation/alpha/Makefile')
-rw-r--r--release/doc/en_US.ISO_8859-1/installation/alpha/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO_8859-1/installation/alpha/Makefile b/release/doc/en_US.ISO_8859-1/installation/alpha/Makefile
index 5424efd0226d..5fa420f3ee4d 100644
--- a/release/doc/en_US.ISO_8859-1/installation/alpha/Makefile
+++ b/release/doc/en_US.ISO_8859-1/installation/alpha/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-alpha.dsl
-DSLPRINT?= ${.CURDIR}/../../../share/sgml/release-alpha.dsl
+DSLHTML?= ${RELN_ROOT}/share/sgml/release-alpha.dsl
+DSLPRINT?= ${RELN_ROOT}/share/sgml/release-alpha.dsl
-DOC_PREFIX?= /usr/doc
+.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"