Hi,
I'm trying to follow this guide, https://freebsdfoundation.org/contributing-freebsd-documentation/, to build the documentation in PDF.
According to the guide, I should be able to do a
If I try to build as pdf, all I'm getting in a blank newline, and nothing else.
The same applies to
Any tips?
I'm trying to follow this guide, https://freebsdfoundation.org/contributing-freebsd-documentation/, to build the documentation in PDF.
According to the guide, I should be able to do a
% make -V KNOWN_FORMATS
, where KNOWN_FORMATS can be html, html-split or pdf.If I try to build as pdf, all I'm getting in a blank newline, and nothing else.
Code:
$ make -V pdf
<blank line>
$
The same applies to
make -V html
and make -V html-split
. Issuing just make
, works and generates html.Any tips?