aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2014-03-07 12:23:51 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2014-03-07 12:23:51 +0000
commitbc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec (patch)
treeaadc4e4dd4296914f03a6c3dd6da4bb13c2ba3b9 /release
parent42293fc0966d243f9ee8fd728425245a4f3dcf80 (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 4ed7ac46ab..7b6e50988b 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -131,7 +131,7 @@ release.1:
.endif
# Build PGP key ring
${RM} -f ${DOCKEYFILE}
- cd ${DOC_PREFIX}/en_US.ISO8859-1/books/handbook && ${MAKE} pgpkeyring > ${DOCKEYFILE}
+ cd ${DOC_PREFIX}/share/pgpkeys && ${MAKE} pgpkeyring > ${DOCKEYFILE}
# Construct the build.txt file with the documentation build info.
${RM} -f ${DOCBUILDFILE}
${TOUCH} ${DOCBUILDFILE}