Date: Tue, 1 Jun 2021 12:35:02 GMT From: Ceri Davies <ceri@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 6dbbe7fae5 - main - documentation/Makefile: un-.PHONY generate-pgpkeys-txt target Message-ID: <202106011235.151CZ2jY017459@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=6dbbe7fae560ad67d290624b28687d6c758ba4a8 commit 6dbbe7fae560ad67d290624b28687d6c758ba4a8 Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2021-06-01 12:33:14 +0000 Commit: Ceri Davies <ceri@FreeBSD.org> CommitDate: 2021-06-01 12:33:14 +0000 documentation/Makefile: un-.PHONY generate-pgpkeys-txt target Approved by: blackend (mentor) --- documentation/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index d8765511e1..a10461f4ae 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -72,7 +72,9 @@ generate-books-toc: .PHONY ${PYTHON_CMD} ./tools/books-toc-tables-creator.py -l ${LANGUAGES} ${PYTHON_CMD} ./tools/books-toc-examples-creator.py -l ${LANGUAGES} -generate-pgpkeys-txt: .PHONY +generate-pgpkeys-txt: static/pgpkeys/pgpkeys.txt + +static/pgpkeys/pgpkeys.txt: static/pgpkeys/*key ${RUBY_CMD} ./tools/global-pgpkeys-creator.rb run-local: .PHONY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106011235.151CZ2jY017459>