Bug 255972

Summary: Non-HTML formats for articles and books are not being created
Product: Documentation Reporter: Ceri Davies <ceri>
Component: Books & ArticlesAssignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Many People CC: blackend, dbaio, grahamperrin, philip
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 258078    

Description Ceri Davies freebsd_committer freebsd_triage 2021-05-18 10:27:28 UTC
A PR to track the non-updates of https://download.freebsd.org/ftp/doc/en/books/handbook/ et al.
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2021-05-18 15:49:30 UTC
https://reviews.freebsd.org/D30331
Attempt to fix it for PDF formats, i.e., gives an easy way to build PDFs.
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2021-08-28 17:47:21 UTC
We have code now, can someone arrange for it to run?
Comment 3 Graham Perrin freebsd_committer freebsd_triage 2021-08-31 06:37:03 UTC
Does this block, or depend upon, bug 258078?
Comment 4 Philip Paeps freebsd_committer freebsd_triage 2021-08-31 06:53:35 UTC
It blocks bug 258078.

Looks like this was committed in June.  I'll try to add the pdf targets to the doc build infrastructure (if I can find it).
Comment 5 Danilo G. Baio freebsd_committer freebsd_triage 2022-03-01 14:05:58 UTC
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.