Bug 255972 - Non-HTML formats for articles and books are not being created
Summary: Non-HTML formats for articles and books are not being created
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks: 258078
  Show dependency treegraph
 
Reported: 2021-05-18 10:27 UTC by Ceri Davies
Modified: 2022-03-01 14:05 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.