[Bug 255972] Non-HTML formats for articles and books are not being created

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 01 Mar 2022 14:05:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255972

Danilo G. Baio <dbaio@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
                 CC|                            |dbaio@freebsd.org
           Assignee|doc@FreeBSD.org             |dbaio@freebsd.org
         Resolution|---                         |FIXED

--- Comment #5 from Danilo G. Baio <dbaio@freebsd.org> ---
Closing this.

We already have PDF/HTML/EPUB targets in the documentation/Makefile.

And it's documented:
https://docs.freebsd.org/en/books/fdp-primer/doc-build/#doc-build-rendering


```
pdf           -       build PDF versions of the articles and books.
html          -       build HTML versions of the articles and books for
                      offline use.
                      If variable DOC_HTML_ARCHIVE is set, all documents will
be
                      archived/compressed, and only these files will be kept in
the public
                      directory.
epub          -       build EPUB versions of the articles and books
(Experimental).
```

Regards.

-- 
You are receiving this mail because:
You are the assignee for the bug.