git: 6dbbe7fae5 - main - documentation/Makefile: un-.PHONY generate-pgpkeys-txt target
Ceri Davies <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=6dbbe7fae560ad67d290624b28687d6c758ba4a8 commit 6dbbe7fae560ad67d290624b28687d6c758ba4a8 Author: Ceri Davies <[email protected]> AuthorDate: 2021-06-01 12:33:14 +0000 Commit: Ceri Davies <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"