Ensure pgpkeyring.txt is always regenerated to prevent stale keys

from existing on the website until a full, clean build is done.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-12-22 19:44:54 +00:00
parent d66aedfc0b
commit f7ec3e1947
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51331

View file

@ -21,7 +21,7 @@ keyring.xml: .PHONY
pgpkeyring: keyring.xml
@${XSLTPROC} ${XSLTPROCOPTS} ${XSLPGP} keyring.xml
pgpkeyring.txt:
pgpkeyring.txt: .PHONY
@${RM} -f ${.TARGET}.tmp || true
@${MAKE} -C ${.CURDIR} pgpkeyring > ${.TARGET}.tmp
${MV} ${.TARGET}.tmp ${.TARGET}