git: e46b3d9d66 - main - books/fdp-primer: Fix pdf build command

Danilo G. Baio dbaio at FreeBSD.org
Sat Apr 17 21:37:22 UTC 2021


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 <dbaio at FreeBSD.org>
AuthorDate: 2021-04-15 23:30:34 +0000
Commit:     Danilo G. Baio <dbaio at FreeBSD.org>
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
 ....
 ====


More information about the dev-commits-doc-all mailing list