aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2005-03-20 17:59:17 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2005-03-20 17:59:17 +0000
commit52957bbfd895d7983ce8fdf484cb48795d785722 (patch)
tree1512192e5223355a780fb88c0c14e6659e37c405
parent4bced63f6d198bcf0da7c4f7d992100bc6182942 (diff)
Notes
-rw-r--r--release/Makefile2
-rw-r--r--release/doc/share/examples/Makefile.relnotesng2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 2e45e59cb801e..7f88d4f5fdc1f 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1014,7 +1014,7 @@ doc.1:
doc.2:
@echo "Making release documentation..."
@cd ${.CURDIR}/doc && make all install clean 'FORMATS=html txt' \
- INSTALL_COMPRESSED='' DOCDIR=${RND}
+ INSTALL_COMPRESSED='' URLS_ABSOLUTE=YES DOCDIR=${RND}
touch ${.TARGET}
# Various "subroutine" and other supporting targets.
diff --git a/release/doc/share/examples/Makefile.relnotesng b/release/doc/share/examples/Makefile.relnotesng
index 99897078edb2f..33ec19c851137 100644
--- a/release/doc/share/examples/Makefile.relnotesng
+++ b/release/doc/share/examples/Makefile.relnotesng
@@ -20,7 +20,7 @@ DOC_PREFIX?= /usr/doc
CSS_SHEET?= ${DOC_PREFIX}/share/misc/docbook.css
FORMATS?= html txt pdf
-BUILD_OPTIONS?=
+BUILD_OPTIONS+= URLS_ABSOLUTE=YES
all:
(cd ${DOCDIR}; ${MAKE} DOC_PREFIX=${DOC_PREFIX} FORMATS="${FORMATS}" ${BUILD_OPTIONS} all)