git: 6dbbe7fae5 - main - documentation/Makefile: un-.PHONY generate-pgpkeys-txt target
Ceri Davies
ceri at FreeBSD.org
Tue Jun 1 12:35:03 UTC 2021
The branch main has been updated by ceri:
URL: https://cgit.FreeBSD.org/doc/commit/?id=6dbbe7fae560ad67d290624b28687d6c758ba4a8
commit 6dbbe7fae560ad67d290624b28687d6c758ba4a8
Author: Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-06-01 12:33:14 +0000
Commit: Ceri Davies <ceri at 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
More information about the dev-commits-doc-all
mailing list