git: 29e47423be - main - articles/pgpkeys: Add a workaround to fix the 1h build time for PDF.
Marc Fonvieille <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=29e47423be969b7fcc7125977c1b22ddd33fc671 commit 29e47423be969b7fcc7125977c1b22ddd33fc671 Author: Marc Fonvieille <[email protected]> AuthorDate: 2021-05-31 16:09:55 +0000 Commit: Marc Fonvieille <[email protected]> CommitDate: 2021-05-31 16:09:55 +0000 articles/pgpkeys: Add a workaround to fix the 1h build time for PDF. asciidoctor-pdf has issues with important number of lines leading to very long build time (more than 1 hour). The PGP keys are source of huge number of lines. As a quick workaround, a wrong path is used for the keys. --- documentation/content/en/articles/pgpkeys/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc index 4efcf5152b..7b753b8301 100644 --- a/documentation/content/en/articles/pgpkeys/_index.adoc +++ b/documentation/content/en/articles/pgpkeys/_index.adoc @@ -23,7 +23,7 @@ endif::[] ifeval::["{backend}" == "pdf"] include::../../../../shared/authors.adoc[] include::../../../../shared/en/teams.adoc[lines=16..-1] -:include-path: ../../../../static/pgpkeys/ +:include-path: ../../../static/pgpkeys/ endif::[] ifeval::["{backend}" == "epub3"] _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"