aboutsummaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2021-06-01 12:33:14 +0000
committerCeri Davies <ceri@FreeBSD.org>2021-06-01 12:33:14 +0000
commit6dbbe7fae560ad67d290624b28687d6c758ba4a8 (patch)
tree5da914875f82740fa9ffe916f121a8f7f10a9bce /documentation/Makefile
parenta10df4fef638b2c3007202ef48a059dcffbfb76f (diff)
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile4
1 files changed, 3 insertions, 1 deletions
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