- Move the PGP keyring generation to the language-independent share directory

Discussed with:	hrs, wblock
This commit is contained in:
Gabor Kovesdan 2014-03-07 12:23:51 +00:00
parent 42293fc096
commit bc0ea04e7d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44166
25 changed files with 41 additions and 407 deletions

View file

@ -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}