git: e46b3d9d66 - main - books/fdp-primer: Fix pdf build command
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=e46b3d9d662947ef5705d147edad82fdaa838e92 commit e46b3d9d662947ef5705d147edad82fdaa838e92 Author: Danilo G. Baio <[email protected]> AuthorDate: 2021-04-15 23:30:34 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2021-04-17 21:36:26 +0000 books/fdp-primer: Fix pdf build command Approved by: bcr, debdrup (doc) Differential Revision: https://reviews.freebsd.org/D29786 --- documentation/content/en/books/fdp-primer/doc-build/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/fdp-primer/doc-build/_index.adoc b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc index 83dc26045a..c3a0404fd0 100644 --- a/documentation/content/en/books/fdp-primer/doc-build/_index.adoc +++ b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc @@ -110,7 +110,7 @@ In order to export the document correctly all the extensions should be passed us --doctype=book \ -a skip-front-matter \ -a pdf-theme=./themes/default-pdf-theme.yml \ - -o /tmp/handbook.pdf + -o /tmp/handbook.pdf \ content/en/books/handbook/book.adoc .... ==== _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"