Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 21:37:21 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: e46b3d9d66 - main - books/fdp-primer: Fix pdf build command
Message-ID:  <202104172137.13HLbLfj040400@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2021-04-15 23:30:34 +0000
Commit:     Danilo G. Baio <dbaio@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
 ....
 ====



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104172137.13HLbLfj040400>