Fix doc installation.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
22e3118700
commit
c3c8129ae1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44174
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ install clean:
|
|||
INSTALL_COMPRESSED= ${.TARGET}
|
||||
.if make(install)
|
||||
@unset DESTDIR || true; \
|
||||
cd ${DOC_PREFIX}/${LANGCODE}/books/handbook; \
|
||||
cd ${DOC_PREFIX}/share/pgpkeys; \
|
||||
${MAKE} \
|
||||
pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue